ci: release drafter sort by default (time)

Using sort by title made things look out of order. If we want to organize them a bit furter, we can do that manually before moving forward with a release.
This commit is contained in:
DevTekVE
2025-01-18 15:16:43 +01:00
committed by GitHub
parent 027023a7ff
commit f5764c2edf

View File

@@ -16,7 +16,6 @@ categories:
label: 'chore'
change-template: '- $TITLE @$AUTHOR (#$NUMBER)'
change-title-escapes: '\<*_&'
sort-by: title
replacers:
- search: '/[Ss][Uu][Nn][Nn][Yy][Pp][Ii][Ll][Oo][Tt]/g'
replace: 'sunnypilot'
@@ -36,7 +35,7 @@ version-resolver:
name-template: 'v$RESOLVED_VERSION 🚀'
tag-template: 'v$RESOLVED_VERSION'
version-template: "0.$MAJOR.$MINOR.$PATCH" # The day OP becomes v1, we need to bump this
tag-prefix: "v0." # The day OP becomes v1, we need to bump this
tag-prefix: "v0." # The day OP becomes v1, we need to bump this
prerelease-identifier: "staging"
template: |
## Changes