Commit ea68b91
committed
feat(pulumi): add 'make release-snapshot' for local goreleaser dry-run
Validates the exact CI goreleaser config (v2.15.4 image) locally before
pushing a tag. Skips publish + sign — catches template errors, YAML
quirks, hook failures, and build failures without a GitHub round-trip.
Usage:
cd pulumi && make release-snapshot # ~2-9min depending on Go module cache
cd pulumi && make release-snapshot-clean # remove root-owned dist/
Prior to this target we iterated through ~4 failed CI runs fixing issues
(tag_prefix, .Env.VERSION residue, cmd:/dir: map form) that would have
been caught in a single local run.1 parent 4039c66 commit ea68b91
1 file changed
Lines changed: 18 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
120 | 120 | | |
121 | 121 | | |
122 | 122 | | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
123 | 141 | | |
124 | 142 | | |
125 | 143 | | |
| |||
0 commit comments