Skip to content

Commit ca3c5bb

Browse files
authored
Adding release.yml script (#270)
1 parent 0b3a8f1 commit ca3c5bb

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

.github/release.yml

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

0 commit comments

Comments
 (0)