Skip to content
This repository has been archived by the owner on Jul 4, 2022. It is now read-only.

Release

HaoZhaiX edited this page Jan 29, 2020 · 6 revisions

Checklist

  • Bump / update VersionInfo in ./bin/node/cli/src/lib.rs. Bump if necessary.
  • Bump / update PROTOCOL_ID for ChainSpec constructors in ./bin/node/cli/src/chain_spec.rs.
  • Bump spec_ and impl_version for RuntimeVersion in ./bin/node/runtime/src/lib.rs.
  • Bump impl_version for Configuration in ./client/service/src/config.rs.
  • Update ./CHANGELOG.md
  • Create a remote branch with the following naming pattern, where X denotes a number:
    • X.X.X for main release
    • X.X.X-rcX for release candidates
    • This should be the last step to trigger circleci to publish to docker hub

PL^G


Getting Started


PL^G Component Guides


Advanced Topics


External Links

Clone this wiki locally