release-drafter.yml 1005 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  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. - '/^support/i'
  37. - '/^chore/i'
  38. - '/^ci/i'
  39. - '/^docs/i'
  40. - '/^test/i'
  41. include-labels:
  42. - breaking
  43. - feature
  44. - improvement
  45. - bug
  46. - support
  47. - dependencies
  48. exclude-labels:
  49. - 'exclude from changelog'
  50. template: |
  51. $CHANGES