Update tag template in release-drafter.yml What changed: - Changed tag-template from 'maven-shared-resources-$NEXT_MAJOR_VERSION' to 'maven-shared-resources-$RESOLVED_VERSION'. Why: - To ensure the tag reflects the resolved version for better version management.
diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml index 13ec353..6ea0b95 100644 --- a/.github/release-drafter.yml +++ b/.github/release-drafter.yml
@@ -19,5 +19,4 @@ _extends: maven-gh-actions-shared version-template: '$MAJOR' -name-template: '$NEXT_MAJOR_VERSION' -tag-template: 'maven-shared-resources-$NEXT_MAJOR_VERSION' +tag-template: 'maven-shared-resources-$RESOLVED_VERSION'