From f3bf993302e6b247f14ea37f5e1288471e012956 Mon Sep 17 00:00:00 2001 From: Alex Skrypnyk Date: Fri, 14 Aug 2026 16:04:10 +1000 Subject: [PATCH 1/2] [#3012] Migrated release drafter's default version resolver to a 'version-resolver' category. --- .github/release-drafter.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml index 8b07383716..32072475c0 100644 --- a/.github/release-drafter.yml +++ b/.github/release-drafter.yml @@ -2,8 +2,9 @@ name-template: '$RESOLVED_VERSION' tag-template: '$RESOLVED_VERSION' change-template: '- $TITLE @$AUTHOR (#$NUMBER)' change-title-escapes: '\<*_&' # You can add # and @ to disable mentions, and add ` to disable code blocks. -version-resolver: - default: minor +categories: + - type: 'version-resolver' + semver-increment: 'minor' template: | ## What's new since $PREVIOUS_TAG From 6001f12467a431a66f97f40388c61414357e6954 Mon Sep 17 00:00:00 2001 From: Alex Skrypnyk Date: Fri, 14 Aug 2026 16:04:19 +1000 Subject: [PATCH 2/2] Updated baseline. --- .../handler_process/_baseline/.github/release-drafter.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.vortex/installer/tests/Fixtures/handler_process/_baseline/.github/release-drafter.yml b/.vortex/installer/tests/Fixtures/handler_process/_baseline/.github/release-drafter.yml index 8b07383716..32072475c0 100644 --- a/.vortex/installer/tests/Fixtures/handler_process/_baseline/.github/release-drafter.yml +++ b/.vortex/installer/tests/Fixtures/handler_process/_baseline/.github/release-drafter.yml @@ -2,8 +2,9 @@ name-template: '$RESOLVED_VERSION' tag-template: '$RESOLVED_VERSION' change-template: '- $TITLE @$AUTHOR (#$NUMBER)' change-title-escapes: '\<*_&' # You can add # and @ to disable mentions, and add ` to disable code blocks. -version-resolver: - default: minor +categories: + - type: 'version-resolver' + semver-increment: 'minor' template: | ## What's new since $PREVIOUS_TAG