Release Drafter - Sort changelog by PR title (#9684)

* sort changelog alphabetically

* add release-drafter branch to workflow config

* Revert "add release-drafter branch to workflow config"

This reverts commit 32be877c6d.
This commit is contained in:
Grim 2023-12-20 23:03:51 -03:00 committed by GitHub
parent 274d853c43
commit bc940bc21e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,6 +5,8 @@ branches:
name-template: 'Version $NEXT_PATCH_VERSION' name-template: 'Version $NEXT_PATCH_VERSION'
tag-template: 'v$NEXT_PATCH_VERSION' tag-template: 'v$NEXT_PATCH_VERSION'
sort-by: title # sort alphabetically
categories: categories:
- title: '**ADDED:**' - title: '**ADDED:**'
labels: labels: