From d3a896b750cad826e2d11a5e21abc62b6e1b879e Mon Sep 17 00:00:00 2001 From: Benoit Marty Date: Thu, 27 Jun 2024 12:10:22 +0200 Subject: [PATCH] Add ylm file to improve GitHub release notes generation. --- .github/release.yml | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 .github/release.yml 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 + - "*"