You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Victor Ilyukevich edited this page Apr 18, 2016
·
1 revision
Release process
$ edit FormatterKit.podspec
# set the new version to 0.0.1# set the new tag to 0.0.1
$ pod lib lint
$ git add FormatterKit.podspec && git commit -m "Release 0.0.1."
$ git tag '0.0.1'
$ git push --tags
$ pod trunk push FormatterKit.podspec