Skip to content

Commit 2383b19

Browse files
authored
Initial configuration for Release Drafter (#435)
1 parent f7d66db commit 2383b19

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

.github/release-drafter.yml

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
name-template: 'v$NEXT_MINOR_VERSION'
2+
tag-template: 'v$NEXT_MINOR_VERSION'
3+
categories:
4+
- title: '🚀 Features'
5+
labels:
6+
- 'feature'
7+
- 'enhancement'
8+
- title: '🐛 Bug Fixes'
9+
labels:
10+
- 'fix'
11+
- 'bugfix'
12+
- 'bug'
13+
- title: '🧰 Maintenance'
14+
labels:
15+
- 'chore'
16+
- 'maintenance'
17+
- 'test'
18+
- 'tests'
19+
- 'testing'
20+
- title: '📃 Documentation'
21+
labels:
22+
- 'doc'
23+
- 'docs'
24+
- 'documentation'
25+
change-template: '- $TITLE @$AUTHOR (#$NUMBER)'
26+
template: |
27+
## Changes
28+
29+
$CHANGES

0 commit comments

Comments
 (0)