Support the new `polkadot-sdk` release process
rzadp opened this issue · 1 comments
rzadp commented
Currently, the tool is looking at release-crates-io-v*
branches.
Line 65 in d843cb5
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 relevant Plan.toml
&Cargo.lock
(used to be release-crates-io-v1.14.0
).