release-drafter.yml 945 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  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. - 'doc'
  22. - 'documentation'
  23. - 'kind/doc'
  24. - title: 👻 Maintenance
  25. labels:
  26. - chore
  27. - dependencies
  28. - 'kind/chore'
  29. - 'kind/dep'
  30. - title: 🚦 Tests
  31. labels:
  32. - test
  33. - tests
  34. exclude-labels:
  35. - reverted
  36. - no-changelog
  37. - skip-changelog
  38. - invalid
  39. change-template: '* $TITLE (#$NUMBER) @$AUTHOR'
  40. template: |
  41. ## What’s Changed
  42. $CHANGES