From a8f6e259620ca55400e4459a422a436d90ca42a2 Mon Sep 17 00:00:00 2001 From: Troy McConaghy Date: Thu, 24 Nov 2016 15:26:53 +0100 Subject: [PATCH] Fixed typo and string formatting --- Release_Process.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Release_Process.md b/Release_Process.md index b53fbeea..e6eaf7ae 100644 --- a/Release_Process.md +++ b/Release_Process.md @@ -2,7 +2,7 @@ This is a summary of the steps we go through to release a new version of BigchainDB Server. -1. Run `python docs/server/generate_schema_documentation.py` and commit the changes in docs/server/sources/schema, if any. +1. Run `python docs/server/generate_schema_documentation.py` and commit the changes in `docs/server/source/schema/`, if any. 1. Update the `CHANGELOG.md` file 1. Update the version numbers in `bigchaindb/version.py`. Note that we try to use [semantic versioning](http://semver.org/) (i.e. MAJOR.MINOR.PATCH) 1. Go to the [bigchaindb/bigchaindb Releases page on GitHub](https://github.com/bigchaindb/bigchaindb/releases)