- bump version number in Just.podspec
- bump version number in Just.xcodeproj
- run
make playground
. - create a new branch
release-[NEWVERSION]
- run
pod lib lint
and make sure it passes validation. - run
carthage build --archive
to create Just.framework.zip - 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.
- push to Cocoapods trunk (
pod trunk push
). - merge the branch.
- create a new release with the version number being its name on Github, with the .zip frame step 6 uploaded.
This repository has been archived by the owner on Dec 10, 2024. It is now read-only.