From 164d2a1fb7cd30dca6131375b44e6c85acd3fab4 Mon Sep 17 00:00:00 2001 From: fraliv13 <5892139+fraliv13@users.noreply.github.com> Date: Wed, 11 Dec 2024 18:09:57 +0200 Subject: [PATCH] Prepare support/8x (#278) --- .github/release-drafter-v8.x.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .github/release-drafter-v8.x.yml diff --git a/.github/release-drafter-v8.x.yml b/.github/release-drafter-v8.x.yml new file mode 100644 index 00000000..9d39112b --- /dev/null +++ b/.github/release-drafter-v8.x.yml @@ -0,0 +1,15 @@ +name-template: v$NEXT_PATCH_VERSION +tag-template: v$NEXT_PATCH_VERSION +categories: + - title: 🚀 Features + label: feature + - title: 🐛 Bug Fixes + label: fix + - title: 🛠️ Maintenance + label: chore +change-template: '- $TITLE @$AUTHOR (#$NUMBER)' +commitish: 'support/8.x' +filter-by-commitish: true +template: | + ## Changes + $CHANGES