You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(release): bump in-repo consumers when releasing a dependency module (#156)
* fix(release): consistency when releasing modules that update in-repo modules
* fix(release): skip go mod tidy in pre-release.sh dry-run
go mod tidy was running unconditionally in the per-module loop, which
could mutate go.mod/go.sum (checksums, unused requires, new imports)
even though portable_sed was a no-op in dry-run. Once
prepare-release-pr.sh advertised dry-run as side-effect free, this
became a real regression.
Guard tidy with the same DRY_RUN check the version.go write already
uses, so the dry-run path leaves the working tree untouched.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
---------
Co-authored-by: Claude Opus 4.7 <noreply@anthropic.com>
0 commit comments