release-drafter.yml 991 B

12345678910111213141516171819202122232425262728293031323334
  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-change'
  23. - 'breaking'
  24. minor:
  25. labels:
  26. - 'feature'
  27. - 'enhancement'
  28. patch:
  29. labels:
  30. - 'bug'
  31. - 'bug-fix'