Skip to content

Commit e9d2a0b

Browse files
ceritiumclaude
andcommitted
Remove version from archive filenames in GoReleaser
Update .goreleaser.yml to generate archives without version in the filename (e.g., stacktodate_darwin_amd64.tar.gz instead of stacktodate_0.1.0_darwin_amd64.tar.gz). This allows users to download binaries using the /latest/download/ GitHub URL without needing to update instructions for each release. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Haiku 4.5 <[email protected]>
1 parent 2ca5707 commit e9d2a0b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.goreleaser.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ archives:
3737

3838
name_template: >-
3939
stacktodate_
40-
{{- .Version }}_
4140
{{- .Os }}_
4241
{{- .Arch }}
4342

0 commit comments

Comments
 (0)