From da9b3839091aeb7a97f7491c364cdf5b77ae652c Mon Sep 17 00:00:00 2001 From: Rowan Manning Date: Thu, 9 Jan 2014 11:52:48 +0000 Subject: [PATCH] Fix mistakes in versioning instructions --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 7bb2280..7118df5 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -39,8 +39,8 @@ We use [Semantic Versioning][semver] in this project. The process for releasing * 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") -* Push with tags: `git push --tags` +* Tag the commit with the version number (just the numbers, no "version" or "v"): `git tag x.x.x` +* Push with tags: `git push && git push --tags` * Check out the `develop` branch, merge `master` into it, and push * On GitHub, add [release notes][release-notes] for the new version. The title should be "Version x.x.x", and the description should be a list of new features/fixes