We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b3a8f1 commit ca3c5bbCopy full SHA for ca3c5bb
.github/release.yml
@@ -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
10
+ - feature
11
+ - title: Improvement ✨
12
13
+ - enhancement
14
+ - title: Bug Fixes 🐛
15
16
+ - bug
17
+ - title: Bug Fixes (BETA) 🐛
18
19
+ - bug_beta
20
+ - title: Documentation 📚
21
22
+ - documentation
23
+ - title: Development 💻
24
25
+ - development
26
+ - title: Other Changes ⚡
27
28
+ - "*"
0 commit comments