We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
git tag
1 parent 1e768e7 commit 4f2276dCopy full SHA for 4f2276d
CONTRIBUTING.md
@@ -171,6 +171,6 @@ cutting new releases.
171
added to the CHANGELOG (inc. date), and edited in the README,
172
`component.json`, and `normalize.css` files.
173
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`.
+4. Create an annotated tag for the version: `git tag -m "v0.0.0" v0.0.0`.
175
5. Push the changes and tags to GitHub: `git push --tags origin master`
176
6. Checkout the `gh-pages` branch and follow the instructions in the README.
0 commit comments