From db9a9eb259334adc0f4f10e0a068447551526dca Mon Sep 17 00:00:00 2001 From: pthierry Date: Fri, 12 Jul 2024 15:54:14 +0200 Subject: [PATCH] release changelog structure based on label --- .github/release.yml | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 .github/release.yml diff --git a/.github/release.yml b/.github/release.yml new file mode 100644 index 0000000..3130461 --- /dev/null +++ b/.github/release.yml @@ -0,0 +1,25 @@ +# SPDX-FileCopyrightText: 2024 Ledger SAS +# +# SPDX-License-Identifier: Apache-2.0 + +changelog: + exclude: + labels: + - ignore-for-release + categories: + - title: New features and enhancements 🎉 + labels: + - feature + - enhancement + - title: Bug fixes 🐛 + labels: + - bug + - title: CI/CD evolutions + labels: + - ci-cd + - title: Documentation and support + labels: + - documentation 📚 + - title: Other Changes + labels: + - "*"