Create RELEASE.md describing how to release desub. Should also create a release workflow with GitHub actions that creates a changelog and publishes a release on github.
The tricky part here is figuring out an ergonomic "vendoring flow" where the git dependencies are vendored and Cargo.toml rewritten, then the crate released. We'll publish sp-core and sp-runtime and that should sort out this problem.
Create
RELEASE.mddescribing how to release desub. Should also create a release workflow with GitHub actions that creates a changelog and publishes a release on github.The tricky part here is figuring out an ergonomic "vendoring flow" where the git dependencies are vendored andWe'll publishCargo.tomlrewritten, then the crate released.sp-coreandsp-runtimeand that should sort out this problem.