- bump version number in Just.podspec
- bump version number in Just.xcodeproj
- run
make playground
. - create a new branch
release-[NEWVERSION]
- check in changes from step 1-3 in the new branch.
- tag the last commit with new version number.
- push the new branch to Github, make a pull request.
- wait for CI to clear.
- merge the branch.
- create a new release with the version number being its name on Github.
- push to Cocoapods trunk (
pod trunk push
).