From b25c340b2cc425f1b5b55dba5811c88e8496bbca Mon Sep 17 00:00:00 2001 From: Mohamed Nasser Date: Sat, 7 Sep 2024 22:05:00 +0300 Subject: [PATCH] release draft template --- .github/release-drafter.yml | 13 +++++++++++++ 1 file changed, 13 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..a6aa08e --- /dev/null +++ b/.github/release-drafter.yml @@ -0,0 +1,13 @@ +name-template: 'v$RESOLVED_VERSION' +tag-template: 'v$RESOLVED_VERSION' +categories: + - title: '🚀 Features' + labels: + - 'feature' + - title: '🐛 Bug Fixes' + labels: + - 'bug' +change-template: '- $TITLE @$AUTHOR (#$NUMBER)' +template: | + ## Changes + $CHANGES