In Release_Process.md, noted we use semantic versioning

This commit is contained in:
troymc 2016-11-10 16:44:42 +01:00
parent ed09cf3c8e
commit c30c32bcd5

View File

@ -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