We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40f19fc commit 0f24ec7Copy full SHA for 0f24ec7
1 file changed
CLAUDE.md
@@ -61,6 +61,16 @@ scripts/macos-notarize-dmg.sh target/aarch64-apple-darwin/release/bundle/osx/att
61
62
GitHub Action setup is documented in `.github/RELEASE_SETUP.md`.
63
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
74
## Architecture
75
76
- `src/main.rs` — CLI entry, daemon event loop, webview setup
0 commit comments