Skip to content

Commit 67b407e

Browse files
author
Gary Blankenship
committed
fix(release): restore generated workspace checksum
1 parent 3536f1f commit 67b407e

4 files changed

Lines changed: 17 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,9 @@ jobs:
3838
working-directory: cmd/defuddle
3939
run: go test -race -v ./...
4040

41+
- name: Restore generated workspace checksum
42+
run: git restore go.work.sum
43+
4144
- name: Run GoReleaser
4245
uses: goreleaser/goreleaser-action@v7
4346
with:

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,15 @@ All notable changes to this project will be documented in this file. The format
1010

1111
---
1212

13+
## [v0.13.2] — 2026-07-14
14+
15+
### Fixed
16+
17+
- Restore the transient `go.work.sum` update produced by tagged-workspace CLI
18+
tests before GoReleaser's clean-tree validation.
19+
20+
---
21+
1322
## [v0.13.1] — 2026-07-14
1423

1524
### Fixed

RELEASE.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,9 @@ task tag VERSION=v0.13.0
5757
The root tag must be available through the Go module proxy before the standalone
5858
CLI verification can succeed. If propagation is delayed, rerun the CLI phase
5959
after the version resolves; do not change the already-correct CLI version pin.
60+
The root release workflow tests the CLI against the tagged workspace and then
61+
restores the generated `go.work.sum` change before GoReleaser validates that the
62+
checkout is clean.
6063

6164
## Verify the public release
6265

cmd/defuddle/go.sum

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)