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