Skip to content

fix: remove version manipulation from build-release.sh#1886

Open
zeitlinger wants to merge 1 commit intomainfrom
clean-up-release
Open

fix: remove version manipulation from build-release.sh#1886
zeitlinger wants to merge 1 commit intomainfrom
clean-up-release

Conversation

@zeitlinger
Copy link
Member

Summary

  • Remove redundant sed-based SNAPSHOT version replacement from build-release.sh — release-please already sets the correct versions in pom.xml at the tagged commit
  • Remove TAG env var from release.yml and test-release-build.yml workflows

Test plan

  • mise run build-release succeeds locally
  • mise run lint passes
  • CI passes on PR

Release-please already sets the correct versions in pom.xml files at
the tagged commit, so the sed-based SNAPSHOT replacement in
build-release.sh is redundant and would fail (no SNAPSHOT to find).

Remove the TAG argument/env and version manipulation logic, keeping
only the Maven package command. Update release and test-release-build
workflows to stop passing the TAG env var.
Signed-off-by: Gregor Zeitlinger <gregor.zeitlinger@grafana.com>
@zeitlinger zeitlinger requested a review from jaydeluca February 17, 2026 07:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant