File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99 - id : gog
1010 main : ./cmd/gog
1111 binary : gog
12+ ldflags : >-
13+ -s -w
14+ -X github.com/steipete/gogcli/internal/cmd.version={{ .Tag }}
15+ -X github.com/steipete/gogcli/internal/cmd.commit={{ .ShortCommit }}
16+ -X github.com/steipete/gogcli/internal/cmd.date={{ .Date }}
1217 env :
1318 - CGO_ENABLED=0
1419 targets :
@@ -19,6 +24,11 @@ builds:
1924 - id : gog_darwin
2025 main : ./cmd/gog
2126 binary : gog
27+ ldflags : >-
28+ -s -w
29+ -X github.com/steipete/gogcli/internal/cmd.version={{ .Tag }}
30+ -X github.com/steipete/gogcli/internal/cmd.commit={{ .ShortCommit }}
31+ -X github.com/steipete/gogcli/internal/cmd.date={{ .Date }}
2232 env :
2333 - CGO_ENABLED=1
2434 targets :
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 0.5.2 - 2026-01-10
4+
5+ ### Fixed
6+
7+ - Release builds: embed version/commit/date so ` gog --version ` is correct (Homebrew/tap installs too).
8+
39## 0.5.1 - 2026-01-09
410
511### Added
You can’t perform that action at this time.
0 commit comments