diff --git a/.github/release.yml b/.github/release.yml new file mode 100644 index 0000000000..17090ec328 --- /dev/null +++ b/.github/release.yml @@ -0,0 +1,34 @@ +changelog: + categories: + - title: ✨ Features + labels: + - PR-Feature + - title: 🙌 Improvements + labels: + - PR-Change + - title: 🐛 Bugfixes + labels: + - PR-Bugfix + - title: ⚠️ API Changes + labels: + - PR-Api + - title: 🗣 Translations + labels: + - PR-i18n + - title: 🧱 Build + labels: + - PR-Build + - title: 📄 Documentation + labels: + - PR-Doc + - title: 🚧 In development 🚧 + labels: + - PR-Wip + - title: Dependency upgrades + labels: + - PR-Dependencies + + - title: Others + labels: + - PR-misc + - "*"