Skip to content

Commit 211c196

Browse files
committed
add git tags docs
1 parent e465dec commit 211c196

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/quickstart/git-tags.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)