Update RELEASE_PROCESS.md

This commit is contained in:
Troy McConaghy 2017-08-02 10:00:09 +02:00 committed by GitHub
parent f0a683df8a
commit f2da3e0daa

View File

@ -21,7 +21,6 @@ A minor release is preceeded by a feature freeze and created from the 'master' b
1. Push the new branch to GitHub, e.g. `git push origin 0.9`
1. Create and checkout a new branch off of the 0.9 branch. Let's call it branch T for now
1. In `bigchaindb/version.py`, update `__version__` and `__short_version__`, e.g. to `0.9` and `0.9.0` (with no `.dev` on the end)
1. In `k8s/bigchaindb/bigchaindb-dep.yaml`, find the line of the form `image: bigchaindb/bigchaindb:0.9.0` and change the version number to the new version number, e.g. `0.9`. (This is the Docker image that Kubernetes should pull from Docker Hub.)
1. Commit those changes, push the new branch T to GitHub, and use the pushed branch T to create a new pull request merging the T branch into the 0.9 branch.
1. Wait for all the tests to pass!
1. Follow steps outlined in [Common Steps](#common-steps)