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
docs: update README with all installation channels and update command (#10)
Rewrite installation section with four methods: shell/PowerShell
installer, cargo binstall, cargo install, and from source. Add
updating section with per-method instructions. Document the new
`arborist update` subcommand. Add releasing reference.
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
cli/ 22 integration tests organized by feature area
253
+
cli/ Integration tests organized by feature area
203
254
fixtures/ Test input files (Rust, Python, multi-file projects)
204
255
```
205
256
@@ -229,6 +280,14 @@ cargo clippy -- -D warnings
229
280
230
281
The project enforces `clippy::all = "deny"` in `Cargo.toml`.
231
282
283
+
### Releasing
284
+
285
+
See [RELEASING.md](RELEASING.md) for the full release procedure. In short:
286
+
287
+
1. Bump version in `Cargo.toml`
288
+
2.`git tag v0.2.0 && git push origin main --tags`
289
+
3. CI builds binaries for all platforms and creates the GitHub Release
290
+
232
291
### Reporting issues
233
292
234
293
File bugs and feature requests at [GitHub Issues](https://github.com/StrangeDaysTech/arborist-cli/issues). See [CONTRIBUTING.md](CONTRIBUTING.md) for details.
0 commit comments