release.yml 743 B

1234567891011121314151617181920212223242526272829
  1. # .github/release.yml
  2. # see https://docs.github.com/en/repositories/releasing-projects-on-github/automatically-generated-release-notes#configuring-automatically-generated-release-notes
  3. changelog:
  4. exclude:
  5. authors:
  6. - cryptobot
  7. - dependabot
  8. - github-actions
  9. categories:
  10. - title: What's New 🎉
  11. labels:
  12. - type:feature-request
  13. - type:enhancement
  14. - title: Bugfixes 🐛
  15. labels:
  16. - type:security-issue
  17. - type:bug
  18. - type:minor-bug
  19. - title: Other Changes 📎
  20. labels:
  21. - "*"
  22. exclude:
  23. labels:
  24. - type:feature-request
  25. - type:enhancement
  26. - type:security-issue
  27. - type:bug
  28. - type:minor-bug