release-drafter.yml 965 B

123456789101112131415161718192021222324252627282930313233
  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: 'Bug Fixes'
  16. labels:
  17. - 'bug'
  18. - 'bug-fix'
  19. version-resolver:
  20. major:
  21. labels:
  22. - 'breaking'
  23. minor:
  24. labels:
  25. - 'feature'
  26. - 'enhancement'
  27. patch:
  28. labels:
  29. - 'bug'
  30. - 'bug-fix'