release-drafter.yml 929 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. # Configuration for Release Drafter: https://github.com/toolmantim/release-drafter
  2. name-template: 'v$NEXT_PATCH_VERSION 🌈'
  3. tag-template: 'v$NEXT_PATCH_VERSION'
  4. version-template: $MAJOR.$MINOR.$PATCH
  5. # Emoji reference: https://gitmoji.carloscuesta.me/
  6. categories:
  7. - title: '🚀 Features'
  8. labels:
  9. - 'feature'
  10. - 'enhancement'
  11. - 'kind/feature'
  12. - title: '🐛 Bug Fixes'
  13. labels:
  14. - 'fix'
  15. - 'bugfix'
  16. - 'bug'
  17. - 'regression'
  18. - 'kind/bug'
  19. - title: 📝 Documentation updates
  20. labels:
  21. - documentation
  22. - 'kind/doc'
  23. - title: 👻 Maintenance
  24. labels:
  25. - chore
  26. - dependencies
  27. - 'kind/chore'
  28. - 'kind/dep'
  29. - title: 🚦 Tests
  30. labels:
  31. - test
  32. - tests
  33. exclude-labels:
  34. - reverted
  35. - no-changelog
  36. - skip-changelog
  37. - invalid
  38. change-template: '* $TITLE (#$NUMBER) @$AUTHOR'
  39. template: |
  40. ## What’s Changed
  41. $CHANGES