release-drafter.yml 689 B

12345678910111213141516171819202122232425262728293031
  1. name-template: 'v$RESOLVED_VERSION'
  2. tag-template: 'v$RESOLVED_VERSION'
  3. template: |
  4. I am very excited to announce Toha 'v$RESOLVED_VERSION'. Thanks to $CONTRIBUTORS for their valuable contribution in this release.
  5. The following things has been changed since last release:
  6. $CHANGES
  7. categories:
  8. - title: 'Breaking Changes'
  9. label: 'breaking-change'
  10. - title: 'New Features & Enhancements'
  11. labels:
  12. - 'feature'
  13. - 'enhancement'
  14. - title: 'Bug Fixes'
  15. labels:
  16. - 'bug'
  17. - 'bug-fix'
  18. version-resolver:
  19. major:
  20. labels:
  21. - 'breaking'
  22. minor:
  23. labels:
  24. - 'feature'
  25. - 'enhancement'
  26. patch:
  27. labels:
  28. - 'bug'
  29. - 'bug-fix'