From 0093fe654d34e927f5d3689d0e2eb5d60cceac0c Mon Sep 17 00:00:00 2001 From: Jezza34000 <57314417+Jezza34000@users.noreply.github.com> Date: Thu, 21 Nov 2024 06:59:40 +0100 Subject: [PATCH] CI: add release-drafter config --- .github/release-drafter.yml | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 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 0000000..a26bcc9 --- /dev/null +++ b/.github/release-drafter.yml @@ -0,0 +1,28 @@ +name-template: 'v$NEXT_PATCH_VERSION' +tag-template: 'v$NEXT_PATCH_VERSION' +categories: + - title: '🚀 Features' + labels: + - 'feature' + - title: '🐛 Bug Fixes' + labels: + - 'bug' + - title: '📝 Documentation' + labels: + - 'documentation' + - title: '🔧 Maintenance' + labels: + - 'maintenance' + - title: '💡 Enhancements' + labels: + - 'enhancement' + - title: '⚠️ Breaking Changes' + labels: + - 'breaking-change' + - title: '📦 Dependencies' + labels: + - 'dependencies' +change-template: '- $TITLE @$AUTHOR (#$NUMBER)' +template: | + ## What's Changed + $CHANGES