Skip to content

Releasing

Simon Warta edited this page Jun 8, 2020 · 30 revisions
  1. Run ./devtools/set_version.sh NEW_VERSION
  2. Run
(cd packages/std && cargo publish) \
  && (cd packages/schema && cargo publish) \
  && (cd packages/storage && cargo publish) \
  && (cd packages/vm && cargo +nightly publish)
  1. Update CHANGELOG.md with the correct release date
  2. Run git tag vNEW_VERSION (mind the little v)
  3. Run git push && git push --tags
Clone this wiki locally