diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml index 8b0738371..32072475c 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 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 8b0738371..32072475c 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