55 lines
906 B
YAML
55 lines
906 B
YAML
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
|