From 0b20f131178cda4b94a3a2df26d0fffa7df4d92b Mon Sep 17 00:00:00 2001 From: Pavel Zorin Date: Fri, 21 Nov 2025 15:01:09 +0100 Subject: [PATCH 1/2] CI: Release drafter configuration --- .github/release-drafter.yml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .github/release-drafter.yml diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml new file mode 100644 index 000000000..1cb5304d2 --- /dev/null +++ b/.github/release-drafter.yml @@ -0,0 +1,20 @@ +name-template: 'v$NEXT_PATCH_VERSION' +tag-template: 'v$NEXT_PATCH_VERSION' + +categories: + - title: 'Features' + labels: ['feature', 'enhancement'] + - title: 'Bug Fixes' + labels: ['bug', 'fix'] + - title: 'Maintenance' + labels: ['chore', 'refactor'] + +change-template: '- $TITLE (#$NUMBER) @$AUTHOR' +template: | + ## What’s Changed + + $CHANGES + + ## Contributors + + $CONTRIBUTORS From 83e08760660e1ab7a41ecb9977ee1ce2537ccc1d Mon Sep 17 00:00:00 2001 From: Pavel Zorin Date: Fri, 21 Nov 2025 15:04:32 +0100 Subject: [PATCH 2/2] added CI label --- .github/release-drafter.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml index 1cb5304d2..8acf0a601 100644 --- a/.github/release-drafter.yml +++ b/.github/release-drafter.yml @@ -7,7 +7,7 @@ categories: - title: 'Bug Fixes' labels: ['bug', 'fix'] - title: 'Maintenance' - labels: ['chore', 'refactor'] + labels: ['chore', 'refactor', 'ci'] change-template: '- $TITLE (#$NUMBER) @$AUTHOR' template: |