Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 247 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 247 Bytes

REPO

添加tag

git tag -a tag-name

git tag -d tag-name
git push origin :refs/tags/tag-name

验证 spec

pod spec lint --allow-warnings

提交

pod repo push JKRepo --skip-import-validation --allow-warnings