We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1be8024 commit 9eef4dcCopy full SHA for 9eef4dc
1 file changed
README.md
@@ -9,7 +9,7 @@ to be created with the format `vx.x.x`.
9
10
```bash
11
# Example tagging
12
-git -a v1.0.0 -m "Release version 1.0.0" # Marks the latest commit with the tag
+git tag -a v1.0.0 -m "Release version 1.0.0" # Marks the latest commit with the tag
13
git push --tags
14
```
15
0 commit comments