Skip to content

Commit 7eea2e8

Browse files
committed
Bump release docs to v0.5.0
1 parent 33cfa7d commit 7eea2e8

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/build.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ go build -o bin/sah ./cmd/sah
2323
For release builds, inject the version via `ldflags`.
2424

2525
```sh
26-
go build -trimpath -ldflags="-s -w -X main.version=v0.4.0" -o bin/sah ./cmd/sah
26+
go build -trimpath -ldflags="-s -w -X main.version=v0.5.0" -o bin/sah ./cmd/sah
2727
```
2828

2929
## Run
@@ -75,8 +75,8 @@ The hook runs:
7575
Pushing a `v*` tag triggers GitHub Actions (`.github/workflows/release.yml`), which runs GoReleaser. It builds macOS binaries, creates archives with checksums, publishes a GitHub Release, and updates the Homebrew tap.
7676

7777
```sh
78-
git tag v0.4.0
79-
git push origin v0.4.0
78+
git tag v0.5.0
79+
git push origin v0.5.0
8080
```
8181

8282
Required repository secrets:

0 commit comments

Comments
 (0)