diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml index 27c559d1..0a2038dc 100644 --- a/.github/release-drafter.yml +++ b/.github/release-drafter.yml @@ -32,22 +32,20 @@ categories: change-template: '- $TITLE (#$NUMBER) by @$AUTHOR' template: | - ## Release Notes: - - ### 🚀 Features: - $FEATURES + ## 🚀 Features + $CHANGES_BY_LABEL:feature,enhancement - ### 🐛 Bug Fixes: - $BUGS + ## 🐛 Bug Fixes + $CHANGES_BY_LABEL:bug,fix - ### 🛠️ Refactoring: - $REFACTOR + ## 🛠️ Refactoring + $CHANGES_BY_LABEL:refactor,cleanup - ### 📖 Documentation: - $DOCS + ## 📖 Documentation + $CHANGES_BY_LABEL:docs,documentation - ### ⚙️ CI/CD: - $CICD + ## ⚙️ CI/CD + $CHANGES_BY_LABEL:ci,cd,workflow - ### 🗂️ Other: - $OTHER \ No newline at end of file + ## 🗂️ Other + $CHANGES_BY_LABEL:other,misc \ No newline at end of file