From c30c32bcd57b987aa9e9c8f240650a89a06c78c6 Mon Sep 17 00:00:00 2001 From: troymc Date: Thu, 10 Nov 2016 16:44:42 +0100 Subject: [PATCH] In Release_Process.md, noted we use semantic versioning --- Release_Process.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Release_Process.md b/Release_Process.md index dbfd10ed..bb826ae9 100644 --- a/Release_Process.md +++ b/Release_Process.md @@ -3,7 +3,7 @@ This is a summary of the steps we go through to release a new version of BigchainDB Server. 1. Update the `CHANGELOG.md` file -2. Update `bigchaindb/version.py` +2. Update the version numbers in `bigchaindb/version.py`. Note that we try to use [semantic versioning](http://semver.org/) (i.e. MAJOR.MINOR.PATCH) 3. Go to the [bigchaindb/bigchaindb Releases page on GitHub](https://github.com/bigchaindb/bigchaindb/releases) and click the "Draft a new release" button 4. Name the tag something like v0.7.0