Skip to content

Version Release Instructions

Noam Nelke edited this page May 11, 2020 · 7 revisions

To prepare a testnet release:

git checkout testnet
git pull
Major/minor release? (not a patch)

If the release is based on the develop branch, rather than the previous release:

git reset --hard develop
git push --force

Apply any non-develop, release specific changes, e.g. changing the tap accounts:

git cherry-pick f66a6fd4 c81a43a1

List previous releases:

make list-versions

Bump the version and commit the change, tag it and push the tag, build a Docker image and push it to Dockerhub (replace v0.1.11 with desired version):

make tag-and-build VERSION=v0.1.11

Getting Started

Dev Guides

Product Specs

Clone this wiki locally