paritytech / psvm

Polkadot SDK Version Manager
Other
40 stars 6 forks source link

Support the new `polkadot-sdk` release process #18

Closed rzadp closed 3 months ago

rzadp commented 3 months ago

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 relevant Plan.toml&Cargo.lock (used to be release-crates-io-v1.14.0).

rzadp commented 3 months ago

I saw https://github.com/paritytech/psvm/pull/17 just now.