release-drafter.yml 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. categories:
  2. - title: 'BREAKING CHANGES'
  3. labels:
  4. - 'type/reaking'
  5. - title: '💎 Features'
  6. labels:
  7. - 'type/feature'
  8. - title: '🚀 Improvement'
  9. labels:
  10. - 'type/improvement'
  11. - title: '🐛 Bug Fixes'
  12. labels:
  13. - 'type/bug'
  14. - title: '🧰 Maintenance'
  15. labels:
  16. - 'type/support'
  17. - 'type/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: 'type/feature'
  22. branch:
  23. - '/^feat\/.+/'
  24. - label: 'type/improvement'
  25. branch:
  26. - '/^imprv\/.+/'
  27. - label: 'type/bug'
  28. branch:
  29. - '/^fix\/.+/'
  30. title:
  31. - '/^fix/i'
  32. - label: 'type/support'
  33. branch:
  34. - '/^support\/.+/'
  35. title:
  36. - '/^support/i'
  37. - '/^chore/i'
  38. - '/^ci/i'
  39. - '/^docs/i'
  40. - '/^test/i'
  41. include-labels:
  42. - type/breaking
  43. - type/feature
  44. - type/improvement
  45. - type/bug
  46. - type/support
  47. - type/dependencies
  48. exclude-labels:
  49. - 'flag/exclude-from-changelog'
  50. template: |
  51. $CHANGES