git add -A
git commit -m "Release 2.0.0"
git push origin master
git tag '2.0.0'
git push --tags
pod trunk push xxx.podspec --allow-warnings
git add -A
git commit -m "Release 2.0.0"
git push origin master
git tag '2.0.0'
git push --tags
pod trunk push xxx.podspec --allow-warnings
本文标题:cocoapods 公共库更新版本操作
本文链接:https://www.haomeiwen.com/subject/mlzytctx.html
网友评论