12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455 |
- name-template: '$RESOLVED_VERSION'
- tag-template: 'v$RESOLVED_VERSION'
- template: |
- ## Changes
- $CHANGES
- ## Contributors
- $CONTRIBUTORS
- exclude-labels:
- - 'scope/infrastructure'
- - 'scope/QA'
- - 'scope/AQA'
- - 'type/dependencies'
- - 'type/chore'
- - 'type/documentation'
- - 'type/refactoring'
- categories:
- - title: '🚩 Breaking Changes'
- labels:
- - 'impact/changelog'
- - title: '⚙️Features'
- labels:
- - 'type/feature'
- - title: '🪛Enhancements'
- labels:
- - 'type/enhancement'
- - title: '🔨Bug Fixes'
- labels:
- - 'type/bug'
- - title: 'Security'
- labels:
- - 'type/security'
- - title: '⎈ Helm/K8S Changes'
- labels:
- - 'scope/k8s'
- change-template: '- $TITLE @$AUTHOR (#$NUMBER)'
- version-resolver:
- major:
- labels:
- - 'major'
- minor:
- labels:
- - 'minor'
- patch:
- labels:
- - 'patch'
- default: patch
|