28 lines
589 B
YAML
28 lines
589 B
YAML
# Format and labels used aim to match those used by Ansible project
|
|
categories:
|
|
- title: 'Major Changes'
|
|
labels:
|
|
- 'major' # c6476b
|
|
- title: 'Minor Changes'
|
|
labels:
|
|
- 'feature' # 006b75
|
|
- 'enhancement' # ededed
|
|
- 'performance' # 555555
|
|
- title: 'Bugfixes'
|
|
labels:
|
|
- 'fix'
|
|
- 'bugfix'
|
|
- 'bug' # fbca04
|
|
- 'docs' # 4071a5
|
|
- 'packaging' # 4071a5
|
|
- 'test' # #0e8a16
|
|
- title: 'Deprecations'
|
|
labels:
|
|
- 'deprecated' # fef2c0
|
|
exclude-labels:
|
|
- 'skip-changelog'
|
|
template: |
|
|
## Changes
|
|
|
|
$CHANGES
|