diff --git a/.github/release-draft-template.yml b/.github/release-draft-template.yml index ee94e75f..079d1e19 100644 --- a/.github/release-draft-template.yml +++ b/.github/release-draft-template.yml @@ -8,11 +8,15 @@ version-resolver: - 'breaking-change' default: patch categories: - - title: 'Breaking changes ⚠️' + - title: '⚠️ Breaking changes' label: 'breaking-change' + - title: '🚀 Enhancements' + label: 'enhancement' + - title: '🐛 Bug Fixes' + label: 'bug' + - title: '🔒 Security' + label: 'security' template: | - ## Changes - $CHANGES Thanks again to $CONTRIBUTORS! 🎉