Skip to content

Commit ccc8a9e

Browse files
ceritiumclaude
andcommitted
Update release notes to match archive filenames without version
Remove {{ .Version }} from the Quick Install section in the release footer since archive filenames no longer include the version number. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Haiku 4.5 <[email protected]>
1 parent f6b67b7 commit ccc8a9e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.goreleaser.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,13 +91,13 @@ release:
9191
### Quick Install (macOS/Linux)
9292
```bash
9393
# macOS Intel
94-
curl -L https://github.com/stacktodate/stacktodate-cli/releases/download/{{ .Tag }}/stacktodate_{{ .Version }}_darwin_amd64.tar.gz | tar xz
94+
curl -L https://github.com/stacktodate/stacktodate-cli/releases/download/{{ .Tag }}/stacktodate_darwin_amd64.tar.gz | tar xz
9595
9696
# macOS Apple Silicon
97-
curl -L https://github.com/stacktodate/stacktodate-cli/releases/download/{{ .Tag }}/stacktodate_{{ .Version }}_darwin_arm64.tar.gz | tar xz
97+
curl -L https://github.com/stacktodate/stacktodate-cli/releases/download/{{ .Tag }}/stacktodate_darwin_arm64.tar.gz | tar xz
9898
9999
# Linux x86_64
100-
curl -L https://github.com/stacktodate/stacktodate-cli/releases/download/{{ .Tag }}/stacktodate_{{ .Version }}_linux_amd64.tar.gz | tar xz
100+
curl -L https://github.com/stacktodate/stacktodate-cli/releases/download/{{ .Tag }}/stacktodate_linux_amd64.tar.gz | tar xz
101101
```
102102
103103
**Full Changelog**: https://github.com/stacktodate/stacktodate-cli/compare/{{ .PreviousTag }}...{{ .Tag }}

0 commit comments

Comments
 (0)