Skip to content

Commit 0f24ec7

Browse files
Document release process in CLAUDE.md
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 40f19fc commit 0f24ec7

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

CLAUDE.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,16 @@ scripts/macos-notarize-dmg.sh target/aarch64-apple-darwin/release/bundle/osx/att
6161

6262
GitHub Action setup is documented in `.github/RELEASE_SETUP.md`.
6363

64+
## Release Process
65+
66+
To bump the version (e.g., to 0.3.6):
67+
68+
1. Update `version` in `Cargo.toml` and `package.json` (root)
69+
2. Run `cargo check` to update `Cargo.lock`
70+
3. Commit: `git commit -m "Bump version to 0.3.6"`
71+
4. Tag: `git tag v0.3.6`
72+
5. Push: `git push && git push origin v0.3.6`
73+
6474
## Architecture
6575

6676
- `src/main.rs` — CLI entry, daemon event loop, webview setup

0 commit comments

Comments
 (0)