release-drafter.yml 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. name-template: 'v$NEXT_MAJOR_VERSION'
  2. tag-template: 'v$NEXT_MAJOR_VERSION'
  3. prerelease: true
  4. exclude-labels:
  5. - 'skip-changelog'
  6. categories:
  7. - title: '❗ Breaking Changes'
  8. labels:
  9. - 'breaking-change'
  10. - title: '🚀 Highlights'
  11. labels:
  12. - 'release-highlight'
  13. - title: '🚀 Features'
  14. labels:
  15. - 'new-feature'
  16. - 'feature'
  17. - 'enhancement'
  18. - title: '🐛 Bug fixes'
  19. labels:
  20. - 'fix'
  21. - 'bugfix'
  22. - 'bug'
  23. - title: '⚡ Performance improvements'
  24. labels:
  25. - 'performance'
  26. - title: '🎨 CSS'
  27. labels:
  28. - 'css'
  29. - title: '☕️ JavaScript'
  30. labels:
  31. - 'js'
  32. - title: '📖 Docs'
  33. labels:
  34. - 'docs'
  35. - title: '🛠 Examples'
  36. labels:
  37. - 'examples'
  38. - title: '🌎 Accessibility'
  39. labels:
  40. - 'accessibility'
  41. - title: '🔧 Utility API'
  42. labels:
  43. - 'utility API'
  44. - 'utilities'
  45. - title: '🏭 Tests'
  46. labels:
  47. - 'tests'
  48. - title: '🧰 Misc'
  49. labels:
  50. - 'build'
  51. - 'meta'
  52. - 'chore'
  53. - 'CI'
  54. - title: '📦 Dependencies'
  55. labels:
  56. - 'dependencies'
  57. change-template: '- #$NUMBER: $TITLE'
  58. template: |
  59. ## Changes
  60. $CHANGES