release-drafter.yml 987 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  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. - '/^ci/i'
  37. - '/^docs/i'
  38. - '/^test/i'
  39. - label: 'exclude from changelog'
  40. branch:
  41. - '/^chore\/.+/'
  42. title:
  43. - '/^chore/i'
  44. exclude-labels:
  45. - 'exclude from changelog'
  46. template: |
  47. ### Changes
  48. $CHANGES