Commit 4193619
authored
fix: prepare release artifacts before publishing (#111)
## Summary
- Generate shell completions and man pages in an isolated, read-only
preparation job before protected release publishing.
- Bind prepared artifacts to the verified release commit and skip legacy
GoReleaser preparation hooks when republishing historical tags.
- Preserve existing archive contents, Linux packages, Homebrew output,
signing/notarization configuration, attestations, and current pinned
GitHub Actions versions.
- Add workflow, credential-boundary, release-configuration,
historical-tag, and artifact-compatibility regression coverage.
## Validation
- `env GOCACHE=/Users/jbeckwith/.cache/go-build ./scripts/test -skip
'^TestFilesCreateCLICancelClosesStalledFIFO$'`
- `env GOCACHE=/Users/jbeckwith/.cache/go-build go test -race
-parallel=1 ./... -skip '^TestFilesCreateCLICancelClosesStalledFIFO$'`
- `env GOCACHE=/Users/jbeckwith/.cache/go-build go test -race ./scripts
-count=1`
- `./scripts/lint`, `go vet ./...`, `actionlint`, `goreleaser check`,
and `./scripts/test-goreleaser-installer`
- Full GoReleaser snapshot across all nine Linux/macOS/Windows archive
targets, plus Linux packages and the Homebrew cask.
The excluded FIFO test fails independently on the unchanged macOS
baseline; Windows test cross-compilation passes.1 parent a771913 commit 4193619
5 files changed
Lines changed: 647 additions & 1 deletion
File tree
- .github/workflows
- docs
- scripts
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
55 | 60 | | |
56 | 61 | | |
57 | 62 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
4 | 8 | | |
5 | 9 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
14 | 26 | | |
15 | 27 | | |
16 | 28 | | |
17 | | - | |
| 29 | + | |
18 | 30 | | |
19 | 31 | | |
20 | 32 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
0 commit comments