Skip to content

Commit b244a26

Browse files
authored
Use the default mobiflight release.yml (#21)
1 parent 1a82202 commit b244a26

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

.github/release.yml

+26
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
changelog:
2+
exclude:
3+
labels:
4+
- ignore-for-release-notes
5+
categories:
6+
- title: New Feature 🎉
7+
labels:
8+
- feature
9+
- title: Improvement ✨
10+
labels:
11+
- enhancement
12+
- title: Bug Fixes 🐛
13+
labels:
14+
- bug
15+
- title: Bug Fixes (BETA) 🐛
16+
labels:
17+
- bug_beta
18+
- title: Documentation 📚
19+
labels:
20+
- documentation
21+
- title: Development 💻
22+
labels:
23+
- development
24+
- title: Other Changes ⚡
25+
labels:
26+
- "*"

0 commit comments

Comments
 (0)