Skip to content
This repository was archived by the owner on May 19, 2022. It is now read-only.

Commit a3ace6b

Browse files
authored
Create release-drafter-config.yml
1 parent 27ca97f commit a3ace6b

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

.github/release-drafter-config.yml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
2+
name-template: 'Version $NEXT_PATCH_VERSION'
3+
tag-template: 'v$NEXT_PATCH_VERSION'
4+
categories:
5+
- title: 'Features'
6+
labels:
7+
- 'feature'
8+
- 'enhancement'
9+
- title: 'Bug Fixes'
10+
labels:
11+
- 'fix'
12+
- 'bugfix'
13+
- 'bug'
14+
- title: 'Maintenance'
15+
label: 'chore'
16+
change-template: '- $TITLE (#$NUMBER)'
17+
exclude-labels:
18+
- 'skip-changelog'
19+
template: |
20+
## Changes
21+
$CHANGES

0 commit comments

Comments
 (0)