Skip to content

Version Release Instructions

Noam Nelke edited this page Sep 16, 2020 · 7 revisions

List previous releases:

git fetch
make list-versions

To patch a previous version:

git checkout LATEST_VERSION_TAG
git cherry-pick COMMIT_HASHES
Major/minor release? (not a patch)

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

git checkout develop

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

git cherry-pick f66a6fd4 c81a43a1

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