Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/JohnAlbin/normalize-scss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Gallagher <nicolasgallagher@gmail.com>2013-04-08 04:26:43 +0400
committerNicolas Gallagher <nicolasgallagher@gmail.com>2013-04-08 04:26:43 +0400
commit34614f481141498630edd1f79008da75357fa6d0 (patch)
treec38469b6cdbc3c3ac7fc8a9baa835baff7a221c2 /CONTRIBUTING.md
parent8afd9f818bc9f4987e71e239489828b5c713932c (diff)
Fix example `git tag` command in docs
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md2
1 files changed, 1 insertions, 1 deletions
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.