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:
3
.github/release-drafter.yml
vendored
3
.github/release-drafter.yml
vendored
@@ -16,7 +16,6 @@ categories:
|
|||||||
label: 'chore'
|
label: 'chore'
|
||||||
change-template: '- $TITLE @$AUTHOR (#$NUMBER)'
|
change-template: '- $TITLE @$AUTHOR (#$NUMBER)'
|
||||||
change-title-escapes: '\<*_&'
|
change-title-escapes: '\<*_&'
|
||||||
sort-by: title
|
|
||||||
replacers:
|
replacers:
|
||||||
- search: '/[Ss][Uu][Nn][Nn][Yy][Pp][Ii][Ll][Oo][Tt]/g'
|
- search: '/[Ss][Uu][Nn][Nn][Yy][Pp][Ii][Ll][Oo][Tt]/g'
|
||||||
replace: 'sunnypilot'
|
replace: 'sunnypilot'
|
||||||
@@ -36,7 +35,7 @@ version-resolver:
|
|||||||
name-template: 'v$RESOLVED_VERSION 🚀'
|
name-template: 'v$RESOLVED_VERSION 🚀'
|
||||||
tag-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
|
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"
|
prerelease-identifier: "staging"
|
||||||
template: |
|
template: |
|
||||||
## Changes
|
## Changes
|
||||||
|
|||||||
Reference in New Issue
Block a user