Skip to content

Commit c1bf6e8

Browse files
committed
feat: add release drafter
1 parent 2b8026c commit c1bf6e8

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

‎.github/release-drafter.yml‎

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
name-template: 'v$NEXT_PATCH_VERSION'
2+
tag-template: 'v$NEXT_PATCH_VERSION'
3+
categories:
4+
- title: 'New Features'
5+
label: 'feature'
6+
- title: 'Breaking Change'
7+
label: 'breaking change'
8+
- title: 'Bug Fixes'
9+
label: 'fix'
10+
- title: 'Documentation'
11+
label: 'documentation'
12+
- title: 'Dependencies'
13+
label: 'dependencies'
14+
- title: 'Enhancement'
15+
label: 'enhancement'
16+
change-template: '- $TITLE @$AUTHOR (#$NUMBER)'
17+
template: |
18+
## Changes
19+
$CHANGES

0 commit comments

Comments
 (0)