diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml index b8c7494e0..27c559d1b 100644 --- a/.github/release-drafter.yml +++ b/.github/release-drafter.yml @@ -1,4 +1,4 @@ -name-template: 'v$NEXT_PATCH_VERSION 🌟' +name-template: 'v$NEXT_PATCH_VERSION' tag-template: 'v$NEXT_PATCH_VERSION' categories: @@ -23,9 +23,31 @@ categories: - 'ci' - 'cd' - 'workflow' + - title: '🗂️ Other' + labels: + - 'other' + - 'misc' + - '*' change-template: '- $TITLE (#$NUMBER) by @$AUTHOR' template: | - ## 🌟 Changes in this release: - $CHANGES \ No newline at end of file + ## Release Notes: + + ### 🚀 Features: + $FEATURES + + ### 🐛 Bug Fixes: + $BUGS + + ### 🛠️ Refactoring: + $REFACTOR + + ### 📖 Documentation: + $DOCS + + ### ⚙️ CI/CD: + $CICD + + ### 🗂️ Other: + $OTHER \ No newline at end of file