Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 233 Bytes

release.md

File metadata and controls

12 lines (8 loc) · 233 Bytes

Release Steps

update version in BitlyForiOS.podspec
update the git tag to match the new version
update README.md

pod lib lint

git add -A && git commit -m "Release 0.0.1."
git tag '0.0.1'
git push --tags