-
Create a branch with the name of the version
x.x.x -
Change the version in
version.rbfile
$VERSION = 'x.x.x'- Run
pod updateto update the dependencies
pod update-
Update the
CHANGELOG.mdfile -
Submit and merge the pull request
-
Add git tag
x.x.xto the merge commit
git tag x.x.x- Push the tag
git push origin x.x.x-
The CI will automatically publish this new version
-
Finally, draft a new release in the Github releases tab (copy & paste the changelog in the release's description).