Skip to content

Commit 6802054

Browse files
authored
Merge pull request #83 from bastelfreak/foo2
Update release default lables
2 parents e135942 + d76624b commit 6802054

File tree

1 file changed

+34
-2
lines changed

1 file changed

+34
-2
lines changed

.github/release.yml

Lines changed: 34 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,40 @@
1+
---
2+
# https://docs.github.com/en/repositories/releasing-projects-on-github/automatically-generated-release-notes
3+
14
changelog:
5+
exclude:
6+
labels:
7+
- duplicate
8+
- invalid
9+
- modulesync
10+
- question
11+
- skip-changelog
12+
- wont-fix
13+
- wontfix
14+
- github_actions
15+
216
categories:
3-
- title: Features & Enhancements
17+
- title: Breaking Changes 🛠
18+
labels:
19+
- backwards-incompatible
20+
21+
- title: New Features 🎉
422
labels:
523
- enhancement
6-
- title: Bug Fixes
24+
25+
- title: Bug Fixes 🐛
726
labels:
827
- bug
28+
29+
- title: Documentation Updates 📚
30+
labels:
31+
- documentation
32+
- docs
33+
34+
- title: Dependency Updates ⬆️
35+
labels:
36+
- dependencies
37+
38+
- title: Other Changes
39+
labels:
40+
- "*"

0 commit comments

Comments
 (0)