Update release-drafter.yml

This commit is contained in:
ElBe 2023-02-16 07:46:27 +01:00 committed by GitHub
parent 8fd9fb8b8e
commit 4f17611512
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,11 +2,17 @@ name-template: v$NEXT_PATCH_VERSION
tag-template: v$NEXT_PATCH_VERSION tag-template: v$NEXT_PATCH_VERSION
categories: categories:
- title: Added - title: Added
label: addition label: enhancement
- title: Changed - title: Changed
label: change label: change
- title: 🧰 Maintenance - title: Deprecated
label: chore label: deprecated
- title: Removed
label: removed
- title: Fixed
label: bug
- title: Security
label: security
tag-template: - $TITLE (#$NUMBER) @$AUTHOR tag-template: - $TITLE (#$NUMBER) @$AUTHOR
template: | template: |
## Changes ## Changes