.versionrc.json 390 B

12345678910111213
  1. {
  2. "header": "",
  3. "types": [
  4. { "type": "feat", "section": "feat" },
  5. { "type": "fix", "section": "fix" },
  6. { "type": "chore", "section": "chore" },
  7. { "type": "docs", "section": "docs" },
  8. { "type": "style", "section": "style" },
  9. { "type": "refactor", "section": "refactor" },
  10. { "type": "perf", "section": "perf" },
  11. { "type": "test", "section": "test" }
  12. ]
  13. }