You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CLAUDE.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,3 +31,12 @@ go build . # build
31
31
go test ./... # test
32
32
./felt ls # run locally
33
33
```
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