Skip to content

Commit 0f5e059

Browse files
ennruraboof
authored andcommitted
Release drafter config (#95)
1 parent 81b64aa commit 0f5e059

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.github/release-drafter.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)