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.
1 parent e465dec commit 211c196Copy full SHA for 211c196
docs/quickstart/git-tags.md
@@ -0,0 +1,6 @@
1
+# Git tags
2
+
3
+```
4
+git tag -a v0.0.2 -m "Initial public release" main
5
+git push origin --tags
6
0 commit comments