Amend versioning instructions

This commit is contained in:
perryharlock
2014-01-09 11:43:44 +00:00
parent 3b03af7e8f
commit 5b109fb23d

View File

@@ -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. 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` * 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) * 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") * Tag the commit with the version number (just the numbers, no "version" or "v")