release-drafter.yml 623 B

12345678910111213141516171819202122232425262728293031323334
  1. name-template: 'release-v$NEXT_PATCH_VERSION'
  2. tag-template: 'release-v$NEXT_PATCH_VERSION'
  3. categories:
  4. - title: 'Features'
  5. labels:
  6. - 'feat'
  7. - title: 'Bug Fixes'
  8. labels:
  9. - 'fix'
  10. - 'bugfix'
  11. - 'bug'
  12. - title: 'Performance'
  13. labels:
  14. - 'chore'
  15. - 'perf'
  16. - 'style'
  17. - 'refactor'
  18. - 'revert'
  19. - 'wip'
  20. - title: 'Ci'
  21. labels:
  22. - 'ci'
  23. - 'build'
  24. - 'init'
  25. - title: 'Docs'
  26. labels:
  27. - 'docs'
  28. - 'build'
  29. - 'init'
  30. - 'workflow'
  31. change-template: '- $TITLE (#$NUMBER) @$AUTHOR'
  32. template: |
  33. # What's Changed
  34. $CHANGES