Skip to content

Commit 367290c

Browse files
committed
ci: update release drafter config file
1 parent 1a241c5 commit 367290c

File tree

1 file changed

+46
-0
lines changed

1 file changed

+46
-0
lines changed

.github/release-drafter-config.yml

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
name-template: 'v$RESOLVED_VERSION'
2+
tag-template: 'v$RESOLVED_VERSION'
3+
4+
5+
categories:
6+
- title: '💥 Breaking Changes'
7+
labels:
8+
- breaking-change
9+
- title: '🚀 New Features'
10+
labels:
11+
- feature
12+
- enhancement
13+
- title: '🐞 Bug Fixes'
14+
labels:
15+
- bug
16+
- fix
17+
- bugfix
18+
- title: '⚙️ Technical Debt'
19+
labels:
20+
- refactor
21+
- title: '📝 Documentation'
22+
labels:
23+
- documentation
24+
25+
change-template: '- $TITLE (#$NUMBER) by @$AUTHOR'
26+
no-changes-template: 'No significant changes'
27+
28+
template: |
29+
## 🚀 Release
30+
31+
### What's Changed
32+
$CHANGES
33+
34+
**Contributors:** $CONTRIBUTORS
35+
36+
version-resolver:
37+
major:
38+
labels:
39+
- major
40+
minor:
41+
labels:
42+
- minor
43+
patch:
44+
labels:
45+
- patch
46+
default: patch

0 commit comments

Comments
 (0)