We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5877d84 commit c36c357Copy full SHA for c36c357
.github/release.yml
@@ -0,0 +1,30 @@
1
+####
2
+## This is managed via https://github.com/internal-GlueOps/github-shared-files-sync . Any changes to this file may be overridden by our automation
3
4
+
5
+changelog:
6
+ exclude:
7
+ labels:
8
+ - 'ignore'
9
+ authors:
10
+ - 'glueops-terraform-svc-account'
11
+ categories:
12
+ - title: Breaking Changes 🛠
13
14
+ - 'major'
15
+ - 'breaking-change'
16
+ - title: Enhancements 🎉
17
18
+ - 'minor'
19
+ - 'enhancement'
20
+ - 'new-feature'
21
+ - title: Other 🐛
22
23
+ - 'auto-update'
24
+ - 'patch'
25
+ - 'fix'
26
+ - 'bugfix'
27
+ - 'bug'
28
+ - 'hotfix'
29
+ - 'dependencies'
30
+ - 'include-in-release-notes'
0 commit comments