Skip to content

fix(build): stabilize tagged build identity - #136

Merged
robinbraemer merged 1 commit into
mainfrom
fix/stable-release-build-identity
Aug 8, 2026
Merged

fix(build): stabilize tagged build identity#136
robinbraemer merged 1 commit into
mainfrom
fix/stable-release-build-identity

Conversation

@robinbraemer

Copy link
Copy Markdown
Member

The 0.15.2 idempotency run proved the ZIP layout is deterministic, but Constants.class still changed because release builds embedded GITHUB_REF_NAME and GITHUB_RUN_NUMBER. A tag-launched publication therefore differed from a main-launched repair of the same tag.

This pins the compiled branch to the requested release tag and uses a stable build number for published releases, while preserving normal main-branch prerelease diagnostics. A regression test locks both inputs.

Evidence: 0.15.2 versioned and rerun latest JARs have identical entry order and normalized ZIP metadata; the first differing entry is Constants.class, whose rerun uniquely contains main.

@robinbraemer
robinbraemer merged commit 55bdaf3 into main Aug 8, 2026
2 checks passed
@robinbraemer
robinbraemer deleted the fix/stable-release-build-identity branch August 8, 2026 08:42
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