Skip to content

Commit b5fdf67

Browse files
committed
docs: add release workflow to CLAUDE.md
1 parent ebfff36 commit b5fdf67

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

CLAUDE.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,12 @@ go build . # build
3131
go test ./... # test
3232
./felt ls # run locally
3333
```
34+
35+
## Releasing
36+
37+
```bash
38+
git tag -a v0.x.0 -m "Release description"
39+
git push origin v0.x.0
40+
```
41+
42+
Release workflow builds binaries for darwin/linux x amd64/arm64. Homebrew formula must be manually pushed to `cailmdaley/homebrew-tap` (goreleaser can't auto-push without PAT secret).

0 commit comments

Comments
 (0)