Skip to content
This repository was archived by the owner on Jul 30, 2024. It is now read-only.

Commit 465d080

Browse files
authored
Merge pull request #99 from exoego/release-note-template
Update release note template
2 parents a94f8e5 + c17e1e4 commit 465d080

File tree

1 file changed

+24
-1
lines changed

1 file changed

+24
-1
lines changed

.github/release-drafter.yml

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,27 @@
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: '👋 deprecation'
14+
labels:
15+
- 'deprecation'
16+
- title: '📚 Docs'
17+
labels:
18+
- 'docs'
19+
- title: '🧰 Maintenance'
20+
labels:
21+
- 'chore'
22+
- 'internal'
23+
change-template: '- $TITLE @$AUTHOR (#$NUMBER)'
124
template: |
2-
## What’s Changed
25+
## Changes
326
427
$CHANGES

0 commit comments

Comments
 (0)