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.
2 parents 290c11d + c74d3d1 commit 3bf5ca5Copy full SHA for 3bf5ca5
.github/release-drafter.yml
@@ -1,25 +1,20 @@
1
name-template: 'v$NEXT_PATCH_VERSION'
2
tag-template: 'v$NEXT_PATCH_VERSION'
3
categories:
4
- - title: ':rocket: Features'
+ - title: ':rocket: Experimental Features'
5
labels:
6
- - 'feature'
7
- - 'enhancement'
+ - 'changelog:feature'
8
- title: ':pill: Bug Fixes'
9
10
- - 'fix'
11
- - 'bugfix'
12
- - 'bug'
+ - 'changelog:fix'
13
- title: ':wrench: Maintenance'
14
15
- - 'chore'
16
- - 'maintenance'
+ - 'changelog:chore'
17
change-template: '- $TITLE @$AUTHOR (#$NUMBER)'
18
branches:
19
- develop
20
- - feature_release_drafter
21
exclude-labels:
22
- - 'no_changelog'
+ - 'changelog:none'
23
template: |
24
## Changes
25
$CHANGES
0 commit comments