-
Notifications
You must be signed in to change notification settings - Fork 346
Releasing
Simon Warta edited this page May 25, 2020
·
30 revisions
- Run
./devtools/set_version.sh NEW_VERSION
- Update the
./contracts
as documented and ammend the commit from step 1 to include the changes - Run
(cd packages/std && cargo publish) \
&& (cd packages/schema && cargo publish) \
&& (cd packages/storage && cargo publish) \
&& (cd packages/vm && cargo +nightly publish)
- Run
git tag vNEW_VERSION
(mind the littlev
) - Run
git push && git push --tags