paritytech / substrate

Substrate: The platform for blockchain innovators
Apache License 2.0
8.39k stars 2.65k forks source link

Tracking issue for continuous crate deployment #7634

Open Xanewok opened 3 years ago

Xanewok commented 3 years ago

This issue tracks the progress and blocking issues related to continous crate deployment. It will be periodically updated should any progress be made or new blocking items found.

Context

At the time of writing, a version 2.0 of Substrate and related crates has finally been released. This monorepo now easily covers almost a hundred of public crates and so the release process itself is somewhat involved, so we want to make it less tedious and automate the crate release process.

To help with that, a tool called cargo-unleash has been created (which already helped release 2.0) and we'd like to further extend its functionality to completely cover our auto-release procedure.

Work items

cc @gnunicorn

xlc commented 3 years ago

I guess we won't see FRAME moved out from Substrate?

gnunicorn commented 3 years ago

I guess we won't see FRAME moved out from Substrate?

This is completely unrelated. Whether the code lives in one or two repositories, isn't relevant for this issue.

xlc commented 3 years ago

My point is move FRAME out of Substrate will also require major change on release flow, e.g. substrate-node may need to move out to avoid circular dependencies. I see a lot of investment on improving the release flow for mono repo and I feel it will increase the friction to transition into multi repo flow.

But this is just an outsider’s point of view so please enlighten me if you have more info.