paritytech/psvm

Support the new `polkadot-sdk` release process

rzadp opened this issue · 1 comments

Currently, the tool is looking at release-crates-io-v* branches.

"{}/paritytech/polkadot-sdk/release-crates-io-v{}/{}",

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).

I saw #17 just now.