release-drafter.yml 1.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. name-template: 'v$RESOLVED_VERSION'
  2. tag-template: 'v$RESOLVED_VERSION'
  3. template: |
  4. I am very excited to announce [Hugo](https://gohugo.io/) theme [Toha](https://themes.gohugo.io/toha/) **v$RESOLVED_VERSION**. This release incorporates some improvements and fixes. Please, read the release note and update your theme to enjoy the new changes.
  5. Thanks to $CONTRIBUTORS for their valuable contribution in this release.
  6. $CHANGES
  7. This release note has been generated automatically by [Release Drafter](https://github.com/marketplace/actions/release-drafter).
  8. categories:
  9. - title: 'Breaking Changes'
  10. label: 'breaking-change'
  11. - title: 'New Features & Enhancements'
  12. labels:
  13. - 'feature'
  14. - 'enhancement'
  15. - title: 'Translations'
  16. label: 'translation'
  17. - title: 'Bug Fixes'
  18. labels:
  19. - 'bug'
  20. - 'bug-fix'
  21. version-resolver:
  22. major:
  23. labels:
  24. - 'breaking-change'
  25. - 'breaking'
  26. minor:
  27. labels:
  28. - 'feature'
  29. - 'enhancement'
  30. - 'translation'
  31. patch:
  32. labels:
  33. - 'bug'
  34. - 'bug-fix'