release-drafter.yml 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  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: '🚀 Features'
  11. labels:
  12. - 'new-feature'
  13. - 'feature'
  14. - 'enhancement'
  15. - title: '🐛 Bug fixes'
  16. labels:
  17. - 'fix'
  18. - 'bugfix'
  19. - 'bug'
  20. - title: '⚡ Performance improvements'
  21. labels:
  22. - 'performance'
  23. - title: '🎨 CSS'
  24. labels:
  25. - 'css'
  26. - title: '☕️ JavaScript'
  27. labels:
  28. - 'js'
  29. - title: '📖 Docs'
  30. labels:
  31. - 'docs'
  32. - title: '🛠 Examples'
  33. labels:
  34. - 'examples'
  35. - title: '🌎 Accessibility'
  36. labels:
  37. - 'accessibility'
  38. - title: '🔧 Utility API'
  39. labels:
  40. - 'utility API'
  41. - 'utilities'
  42. - title: '🏭 Tests'
  43. labels:
  44. - 'tests'
  45. - title: '🧰 Misc'
  46. labels:
  47. - 'build'
  48. - 'meta'
  49. - 'chore'
  50. - 'CI'
  51. - title: '📦 Dependencies'
  52. labels:
  53. - 'dependencies'
  54. change-template: '- #$NUMBER: $TITLE'
  55. template: |
  56. ## Changes
  57. $CHANGES