We should update psvm to support the new release process.
It also means that there is no such straightforward conversion from a desired version (e.g. 1.14.0) into a branch name containing relevant Plan.toml&Cargo.lock (used to be release-crates-io-v1.14.0).
Currently, the tool is looking at
release-crates-io-v*
branches.https://github.com/paritytech/psvm/blob/d843cb5c4445dcf0b1d54d0bc4b83b5b38a7f904/src/versions.rs#L65
But the new release process has introduced some changes to it.
We should update
psvm
to support the new release process.It also means that there is no such straightforward conversion from a desired version (e.g.
1.14.0
) into a branch name containing relevantPlan.toml
&Cargo.lock
(used to berelease-crates-io-v1.14.0
).