.versionrc 478 B

1234567891011121314
  1. {
  2. "types": [
  3. {"type": "feat", "section": "Features"},
  4. {"type": "fix", "section": "Bug Fixes"},
  5. {"type": "docs", "section": "Documentation"},
  6. {"type": "style", "section": "Styling"},
  7. {"type": "refactor", "section": "Refactors"},
  8. {"type": "perf", "section": "Performance"},
  9. {"type": "test", "section": "Tests"},
  10. {"type": "build", "section": "Build System"},
  11. {"type": "ci", "section": "CI"},
  12. {"type": "revert", "section": "Reverts"}
  13. ]
  14. }