From f5764c2edf7560351d2f06191782ed7abe7f42b6 Mon Sep 17 00:00:00 2001 From: DevTekVE Date: Sat, 18 Jan 2025 15:16:43 +0100 Subject: [PATCH] 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. --- .github/release-drafter.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml index b55523a37..a868ebb11 100644 --- a/.github/release-drafter.yml +++ b/.github/release-drafter.yml @@ -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