Skip to content

Commit 941be7e

Browse files
committed
- maven central configs
1 parent b6d060b commit 941be7e

File tree

1 file changed

+43
-0
lines changed

1 file changed

+43
-0
lines changed

.github/release-drafter-config.yml

+43
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
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+
22+
change-template: '- $TITLE (#$NUMBER) by @$AUTHOR'
23+
no-changes-template: 'No significant changes'
24+
25+
template: |
26+
## 🚀 Release
27+
28+
### What's Changed
29+
$CHANGES
30+
31+
**Contributors:** $CONTRIBUTORS
32+
33+
version-resolver:
34+
major:
35+
labels:
36+
- major
37+
minor:
38+
labels:
39+
- minor
40+
patch:
41+
labels:
42+
- patch
43+
default: patch

0 commit comments

Comments
 (0)