Skip to content

Latest commit

 

History

History
7 lines (3 loc) · 91 Bytes

git-push-tag.md

File metadata and controls

7 lines (3 loc) · 91 Bytes

创建 tag 并发布到 github 上

git tag -a v2.0 -m "v2.0"

git push origin --tags