It would be nice if you could avoid having to write a scripts/bump-version.sh script for projects that have a Cargo.toml or a package.json.
Ideally, this should be configurable, in case you actually have a rust project, but with a package.json which might only be used for development.
It would be nice if you could avoid having to write a
scripts/bump-version.shscript for projects that have aCargo.tomlor apackage.json.Ideally, this should be configurable, in case you actually have a rust project, but with a
package.jsonwhich might only be used for development.