We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 640461a commit 6ea8141Copy full SHA for 6ea8141
.github/release-drafter.yaml
@@ -0,0 +1,37 @@
1
+---
2
+
3
+name-template: 'gap-docker -- v$RESOLVED_VERSION'
4
+tag-template: 'v$RESOLVED_VERSION'
5
+categories:
6
+ - title: '🚀 Features'
7
+ labels:
8
+ - 'feature'
9
+ - 'enhancement'
10
+ - title: '🐛 Fixes'
11
12
+ - 'fix'
13
+ - 'bugfix'
14
+ - 'bug'
15
+ - title: '🧰 Maintenance'
16
17
+ - 'chore'
18
+ - 'documentation'
19
+ - 'dependencies'
20
21
+change-template: '- $TITLE @$AUTHOR (#$NUMBER)'
22
+change-title-escapes: '\<*_&' # You can add # and @ to disable mentions, and add ` to disable code blocks.
23
+version-resolver:
24
+ major:
25
26
+ - 'major'
27
+ minor:
28
29
+ - 'minor'
30
+ patch:
31
32
+ - 'patch'
33
+ default: patch
34
+template: |
35
+ ## What’s Changed
36
37
+ $CHANGES
0 commit comments