release_drafter.yaml 906 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. name-template: '$RESOLVED_VERSION'
  2. tag-template: 'v$RESOLVED_VERSION'
  3. template: |
  4. ## Changes
  5. $CHANGES
  6. ## Contributors
  7. $CONTRIBUTORS
  8. exclude-labels:
  9. - 'scope/infrastructure'
  10. - 'scope/QA'
  11. - 'scope/AQA'
  12. - 'type/dependencies'
  13. - 'type/chore'
  14. - 'type/documentation'
  15. - 'type/refactoring'
  16. categories:
  17. - title: '🚩 Breaking Changes'
  18. labels:
  19. - 'impact/changelog'
  20. - title: '⚙️Features'
  21. labels:
  22. - 'type/feature'
  23. - title: '🪛Enhancements'
  24. labels:
  25. - 'type/enhancement'
  26. - title: '🔨Bug Fixes'
  27. labels:
  28. - 'type/bug'
  29. - title: 'Security'
  30. labels:
  31. - 'type/security'
  32. - title: '⎈ Helm/K8S Changes'
  33. labels:
  34. - 'scope/k8s'
  35. change-template: '- $TITLE @$AUTHOR (#$NUMBER)'
  36. version-resolver:
  37. major:
  38. labels:
  39. - 'major'
  40. minor:
  41. labels:
  42. - 'minor'
  43. patch:
  44. labels:
  45. - 'patch'
  46. default: patch