From 4f2276d68d59b7fec6718b7453970e4ddf9fe8fd Mon Sep 17 00:00:00 2001 From: Nicolas Gallagher Date: Sun, 7 Apr 2013 17:25:59 -0700 Subject: [PATCH] Fix example `git tag` command in docs --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 76e55b7..30ffc0d 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -171,6 +171,6 @@ cutting new releases. added to the CHANGELOG (inc. date), and edited in the README, `component.json`, and `normalize.css` files. 3. The commit message must be of `v0.0.0` format. -4. Create an annotated tag for the version: `git tag -m v0.0.0`. +4. Create an annotated tag for the version: `git tag -m "v0.0.0" v0.0.0`. 5. Push the changes and tags to GitHub: `git push --tags origin master` 6. Checkout the `gh-pages` branch and follow the instructions in the README.