Automatically bump cargo.toml
version to match package.json
.
#28
Labels
development
Standard development
r&d:polykey:core activity 4
End to End Networking behind Consumer NAT Devices
Specification
We need the
cargo.toml
version to match thepackage.json
version for the CI release/prerelease jobs to work. This needs to happen between thenpm version
command bumping the version number and it committing the tag. There is aversion
script in thepackage.json
that is run at that stage.We need to create a script that will update the
cargo.toml
version to match the new version and make sure it is included in the version commit.Additional context
dgram
module #1Tasks
version
script to update thecargo.toml
version.The text was updated successfully, but these errors were encountered: