Skip to content

Commit 4f2276d

Browse files
committed
Fix example git tag command in docs
1 parent 1e768e7 commit 4f2276d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,6 @@ cutting new releases.
171171
added to the CHANGELOG (inc. date), and edited in the README,
172172
`component.json`, and `normalize.css` files.
173173
3. The commit message must be of `v0.0.0` format.
174-
4. Create an annotated tag for the version: `git tag -m v0.0.0`.
174+
4. Create an annotated tag for the version: `git tag -m "v0.0.0" v0.0.0`.
175175
5. Push the changes and tags to GitHub: `git push --tags origin master`
176176
6. Checkout the `gh-pages` branch and follow the instructions in the README.

0 commit comments

Comments
 (0)