mirror of
https://github.com/GlueOps/autoglue.git
synced 2026-02-13 21:00:06 +01:00
32 lines
761 B
YAML
32 lines
761 B
YAML
####
|
|
## This is managed via https://github.com/internal-GlueOps/github-shared-files-sync . Any changes to this file may be overridden by our automation
|
|
####
|
|
|
|
changelog:
|
|
exclude:
|
|
labels:
|
|
- 'ignore'
|
|
# authors:
|
|
# - 'glueops-terraform-svc-account'
|
|
# - 'glueops-svc-account'
|
|
# - 'glueops-renovatebot'
|
|
categories:
|
|
- title: Breaking Changes 🛠
|
|
labels:
|
|
- 'major'
|
|
- 'breaking-change'
|
|
- title: Enhancements 🎉
|
|
labels:
|
|
- 'minor'
|
|
- 'enhancement'
|
|
- 'new-feature'
|
|
- title: Other 🐛
|
|
labels:
|
|
- 'auto-update'
|
|
- 'patch'
|
|
- 'fix'
|
|
- 'bugfix'
|
|
- 'bug'
|
|
- 'hotfix'
|
|
- 'dependencies'
|
|
- 'include-in-release-notes' |