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 81b64aa commit 0f5e059Copy full SHA for 0f5e059
.github/release-drafter.yml
@@ -0,0 +1,16 @@
1
+# Config for https://github.com/toolmantim/release-drafter
2
+name-template: 'Paradox @apidoc $NEXT_PATCH_VERSION'
3
+tag-template: 'v$NEXT_PATCH_VERSION'
4
+
5
+categories:
6
+ - title: '🐛 Bug Fixes'
7
+ label: 'bug'
8
+ - title: '🚀 Enhancements'
9
+ label: 'enhancement'
10
11
+change-template: '- $TITLE [#$NUMBER](https://github.com/lightbend/paradox/issues/$NUMBER) by [@$AUTHOR](https://github.com/$AUTHOR)'
12
13
+template: |
14
+ ## Changes
15
16
+ $CHANGES
0 commit comments