release-drafter.yml 829 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. categories:
  2. - title: 'BREAKING CHANGES'
  3. labels:
  4. - 'breaking'
  5. - title: '💎 Features'
  6. labels:
  7. - 'feature'
  8. - title: '🚀 Improvement'
  9. labels:
  10. - 'improvement'
  11. - title: '🐛 Bug Fixes'
  12. labels:
  13. - 'bug'
  14. - title: '🧰 Maintenance'
  15. labels:
  16. - 'chore'
  17. - 'support'
  18. - 'dependencies'
  19. category-template: '### $TITLE'
  20. change-title-escapes: '\<*_&' # You can add # and @ to disable mentions, and add ` to disable code blocks.
  21. autolabeler:
  22. - label: 'feature'
  23. branch:
  24. - '/feat\/.+/'
  25. - label: 'improvement'
  26. branch:
  27. - '/imprv\/.+/'
  28. - label: 'bug'
  29. branch:
  30. - '/fix\/.+/'
  31. title:
  32. - '/fix/i'
  33. - label: 'support'
  34. branch:
  35. - '/support\/.+/'
  36. exclude-labels:
  37. - 'exclude from changelog'
  38. template: |
  39. ### Changes
  40. $CHANGES