diff --git a/.github/release.yml b/.github/release.yml new file mode 100644 index 00000000..4bb121a9 --- /dev/null +++ b/.github/release.yml @@ -0,0 +1,28 @@ +changelog: + exclude: + labels: + - ignore-for-release-notes + authors: + - MobiFlight-Admin + categories: + - title: New Feature 🎉 + labels: + - feature + - title: Improvement ✨ + labels: + - enhancement + - title: Bug Fixes 🐛 + labels: + - bug + - title: Bug Fixes (BETA) 🐛 + labels: + - bug_beta + - title: Documentation 📚 + labels: + - documentation + - title: Development 💻 + labels: + - development + - title: Other Changes ⚡ + labels: + - "*" \ No newline at end of file