fix(release): sync versions to v0.4.0 and wire up semantic-release npm plugin

- Add @semantic-release/npm (npmPublish: false) to bump root package.json
- Add prepareCmd to exec plugin to sync Cargo.toml on each release
- Add Cargo.toml to @semantic-release/git assets
- Manually advance package.json and Cargo.toml from 0.1.0 → 0.4.0
This commit is contained in:
Offending Commit
2026-04-27 14:36:47 -05:00
parent 7848d69524
commit 18feaeb3d4
4 changed files with 16 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "openconcho"
version = "0.1.0"
version = "0.4.0"
edition = "2021"
[lib]