Skip to content
This repository has been archived by the owner on Jun 2, 2023. It is now read-only.

Commit

Permalink
增加 发布 tag 方法。
Browse files Browse the repository at this point in the history
  • Loading branch information
yhy committed Oct 11, 2021
1 parent 695b004 commit e85fc87
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/git-push-tag.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@

## 创建 tag 并发布到 github 上


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

git push origin --tags

0 comments on commit e85fc87

Please sign in to comment.