Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 276 Bytes

File metadata and controls

14 lines (9 loc) · 276 Bytes

Release Steps

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

pod lib lint

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

pod trunk push  CircleButton.podspec