mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-24 06:38:02 +00:00
cd3fcf6d89
* [Fix] Some info in the release checklist * fix the rest of the links * adding more details * improve details it * adding proxy filters to release notes * remove proxy checks Co-authored-by: NachoPal <ignacio.palacios.santos@gmail.com> Co-authored-by: parity-processbot <>
2.3 KiB
2.3 KiB
name, about, title
| name | about | title |
|---|---|---|
| Release issue template | Tracking issue for new releases | Cumulus {{ env.VERSION }} Release checklist |
Release Checklist - Runtimes
Runtimes Release
Codebase
These checks should be performed on the codebase.
- the
spec_versionhas been incremented since the last release for any native runtimes from any existing use on public (non-private/test) networks - previously completed migrations are removed for any public (non-private/test) networks
- No migrations added in the last release that would need to be removed
- pallet and extrinsic ordering as well as
SignedExtensions have stayed the same. Bumptransaction_versionotherwise - the benchmarks ran
- the weights have been updated for any modified runtime logic
- the various pieces of XCM config are sane
On the release branch
The following checks can be performed after we have forked off to the release- candidate branch or started an additional release candidate branch (rc-2, rc-3, etc)
- Verify new migrations complete successfully, and the runtime state is correctly updated for any public (non-private/test) networks
- Run integration tests, and make sure they pass.
- Push runtime upgrade to Westmint and verify network stability
Github
- Check that a draft release has been created at the Github Releases page with relevant release notes
- Check that build artifacts have been added to the draft-release.
Read more about the release documentation.