release-drafter.yml 896 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  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. - 'support'
  17. - 'dependencies'
  18. category-template: '### $TITLE'
  19. change-title-escapes: '\<*_&' # You can add # and @ to disable mentions, and add ` to disable code blocks.
  20. autolabeler:
  21. - label: 'feature'
  22. branch:
  23. - '/feat\/.+/'
  24. - label: 'improvement'
  25. branch:
  26. - '/imprv\/.+/'
  27. - label: 'bug'
  28. branch:
  29. - '/fix\/.+/'
  30. title:
  31. - '/fix/i'
  32. - label: 'support'
  33. branch:
  34. - '/support\/.+/'
  35. title:
  36. - '/chore/i'
  37. - '/ci/i'
  38. - '/docs/i'
  39. - '/test/i'
  40. exclude-labels:
  41. - 'exclude from changelog'
  42. template: |
  43. ### Changes
  44. $CHANGES