We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
git tag
1 parent 8afd9f8 commit 34614f4Copy full SHA for 34614f4
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