From 5b109fb23dfc04d0b402713acf0dcfeab0339b90 Mon Sep 17 00:00:00 2001 From: perryharlock Date: Thu, 9 Jan 2014 11:43:44 +0000 Subject: [PATCH] Amend versioning instructions --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 5332264..7bb2280 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -36,7 +36,7 @@ Versioning We use [Semantic Versioning][semver] in this project. The process for releasing a new version is as follows; this should only be done by core contributors – you don't need to include a tagged version in your pull-requests. -* Merge the `develop` branch into `master` and switch to `master` +* Switch to `master` and merge the `develop` branch into it * Update the version number in `package.json` and `README.md` * Commit the changes with the message: "Version x.x.x" (x.x.x being the new version number) * Tag the commit with the version number (just the numbers, no "version" or "v")