Skip to content

Commit 4a3bc8a

Browse files
authored
Merge pull request scala-js#10 from exoego/release-drafter
Use release-drafter for ease of releasing
2 parents 7e8c9c6 + e4bd183 commit 4a3bc8a

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

.github/release-drafter.yml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
name-template: 'v$NEXT_PATCH_VERSION 🌈'
2+
tag-template: 'v$NEXT_PATCH_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: '📚 Docs'
14+
labels:
15+
- 'docs'
16+
- title: '🧰 Maintenance'
17+
labels:
18+
- 'chore'
19+
- 'internal'
20+
change-template: '- $TITLE @$AUTHOR (#$NUMBER)'
21+
template: |
22+
## Changes
23+
24+
$CHANGES

0 commit comments

Comments
 (0)