Commit 4a1a1a5
authored
Pin GoReleaser CLI to ~> v2 instead of 'latest' (#14)
The v1.0.0 release run surfaced:
You are using 'latest' as default version. Will lock to '~> v2'.
Making the lock explicit avoids silent breakage if GoReleaser ships a v3
with behavior changes. '~> v2' accepts any v2.x release (minor+patch
updates flow in automatically) but blocks a major bump.1 parent c289d9d commit 4a1a1a5
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
0 commit comments