.versionrc 671 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. {
  2. "types": [
  3. {
  4. "type": "feat",
  5. "section": "Features"
  6. },
  7. {
  8. "type": "fix",
  9. "section": "Bug Fixes"
  10. },
  11. {
  12. "type": "chore",
  13. "section": "Chores"
  14. },
  15. {
  16. "type": "test",
  17. "hidden": true
  18. },
  19. {
  20. "type": "style",
  21. "hidden": true
  22. },
  23. {
  24. "type": "refactor",
  25. "hidden": true
  26. },
  27. {
  28. "type": "perf",
  29. "hidden": true
  30. },
  31. {
  32. "type": "revert",
  33. "section": "Reverts"
  34. },
  35. {
  36. "type": "update",
  37. "section": "Updates"
  38. },
  39. {
  40. "type": "merge",
  41. "section": "Merges"
  42. }
  43. ]
  44. }