Skip to content

Releasing

Simon Warta edited this page May 25, 2020 · 30 revisions
  1. Run ./devtools/set_version.sh NEW_VERSION
  2. Update the ./contracts as documented and ammend the commit from step 1 to include the changes
  3. Run
(cd packages/std && cargo publish) \
  && (cd packages/schema && cargo publish) \
  && (cd packages/storage && cargo publish) \
  && (cd packages/vm && cargo +nightly publish)
  1. Run git tag vNEW_VERSION (mind the little v)
  2. Run git push && git push --tags
Clone this wiki locally