Skip to content

Commit 4a13826

Browse files
Add releasing section to CLAUDE.md
1 parent a7cfcae commit 4a13826

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

CLAUDE.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,17 @@ go build -o fm ./cmd/fm
102102
13. Homebrew formula
103103
14. Error handling and edge cases
104104

105+
## Releasing
106+
107+
When making meaningful changes (new features, bug fixes, improvements), suggest creating a new release:
108+
109+
```bash
110+
git tag v1.x.x
111+
git push origin v1.x.x
112+
```
113+
114+
This triggers GitHub Actions to build binaries and update the Homebrew tap.
115+
105116
## Reference
106117

107118
The original TypeScript implementation is in `node/src/`:

0 commit comments

Comments
 (0)