.versionrc 790 B

12345678910111213141516
  1. {
  2. "types": [
  3. {"type": "chore", "section":"Others", "hidden": false},
  4. {"type": "revert", "section":"Reverts", "hidden": false},
  5. {"type": "feat", "section": "Features", "hidden": false},
  6. {"type": "fix", "section": "Bug Fixes", "hidden": false},
  7. {"type": "improvement", "section": "Feature Improvements", "hidden": false},
  8. {"type": "docs", "section":"Docs", "hidden": false},
  9. {"type": "style", "section":"Styling", "hidden": false},
  10. {"type": "refactor", "section":"Code Refactoring", "hidden": false},
  11. {"type": "perf", "section":"Performance Improvements", "hidden": false},
  12. {"type": "test", "section":"Tests", "hidden": false},
  13. {"type": "build", "section":"Build System", "hidden": false},
  14. {"type": "ci", "section":"CI", "hidden":false}
  15. ]
  16. }