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 b9bb5a9 commit afab2e0Copy full SHA for afab2e0
.github/release-drafter.yml
@@ -0,0 +1,27 @@
1
+# Format and labels used aim to match those used by Ansible project
2
+categories:
3
+ - title: 'Major Changes'
4
+ labels:
5
+ - 'major' # c6476b
6
+ - title: 'Minor Changes'
7
8
+ - 'feature' # 006b75
9
+ - 'enhancement' # ededed
10
+ - 'performance' # 555555
11
+ - title: 'Bugfixes'
12
13
+ - 'fix'
14
+ - 'bugfix'
15
+ - 'bug' # fbca04
16
+ - 'docs' # 4071a5
17
+ - 'packaging' # 4071a5
18
+ - 'test' # #0e8a16
19
+ - title: 'Deprecations'
20
21
+ - 'deprecated' # fef2c0
22
+exclude-labels:
23
+ - 'skip-changelog'
24
+template: |
25
+ ## Changes
26
+
27
+ $CHANGES
0 commit comments