Skip to content

Commit a22ffa3

Browse files
author
Jamie Tanna
committed
1 parent 8e89260 commit a22ffa3

File tree

1 file changed

+42
-0
lines changed

1 file changed

+42
-0
lines changed

.github/release-drafter.yml

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
# Configuration for Release Drafter: https://github.com/toolmantim/release-drafter
2+
name-template: $NEXT_PATCH_VERSION
3+
tag-template: $NEXT_PATCH_VERSION
4+
5+
# Emoji reference: https://gitmoji.carloscuesta.me/
6+
categories:
7+
- title: ☢️ Breaking changes
8+
labels:
9+
- "☢️ breaking change"
10+
- title: 🚀 New features and improvements
11+
labels:
12+
- enhancement
13+
- title: 🐛 Bug fixes
14+
labels:
15+
- bug
16+
- title: 📝 Documentation updates
17+
labels:
18+
- documentation
19+
- title: 👻 Maintenance
20+
labels:
21+
- chore
22+
- maintenance
23+
- title: 🚦 Tests
24+
labels:
25+
- test
26+
- title: ✍ Other changes
27+
- title: 📦 Dependency updates
28+
labels:
29+
- dependencies
30+
collapse-after: 5
31+
exclude-labels:
32+
- skip-changelog
33+
- invalid
34+
35+
template: |
36+
<!-- Optional: add a release summary here -->
37+
$CHANGES
38+
39+
autolabeler:
40+
- label: 'documentation'
41+
files:
42+
- '*.md'

0 commit comments

Comments
 (0)