From 0b20f131178cda4b94a3a2df26d0fffa7df4d92b Mon Sep 17 00:00:00 2001 From: Pavel Zorin Date: Fri, 21 Nov 2025 15:01:09 +0100 Subject: [PATCH] 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