We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 153730f commit 6876e2eCopy full SHA for 6876e2e
git/git tag.md
@@ -0,0 +1,5 @@
1
+````
2
+git tag # 显示已存在的tag
3
+git tag -a v2.0 -m 'xxx' # 增加v2.0的tag
4
+git push --tags # 把所有tag推送到远程仓库
5
system/让你的项目支持cocoapods.txt
@@ -21,6 +21,8 @@ pod trunk push
21
5.更新pod库
22
pod setup
23
24
+6. --allow-warnings可以忽略警告,如果你项目里面有警告可以使用它进行忽略
25
+
26
==========================后续==========================
27
28
补充 Claim your Pod
0 commit comments