release-drafter.yml 636 B

1234567891011121314151617181920212223242526272829
  1. version-template: 'v21.$MINOR.$PATCH'
  2. name-template: '$RESOLVED_VERSION'
  3. tag-template: '$RESOLVED_VERSION'
  4. categories:
  5. - title: '🚀 Features'
  6. labels:
  7. - 'feature'
  8. - 'enhancement'
  9. - title: '🐛 Bug Fixes'
  10. labels:
  11. - 'fix'
  12. - 'bugfix'
  13. - 'bug'
  14. - title: '🧰 Maintenance'
  15. label: 'chore'
  16. change-template: '- $TITLE @$AUTHOR (#$NUMBER)'
  17. change-title-escapes: '\<*_&' # You can add # and @ to disable mentions, and add ` to disable code blocks.
  18. version-resolver:
  19. minor:
  20. labels:
  21. - 'release'
  22. patch:
  23. labels:
  24. - 'hotfix'
  25. default: patch
  26. template: |
  27. ## Changes
  28. $CHANGES