This document describes the tasks to perform for tagging and releasing a new version of the Castle SDK.
- `git checkout -b "release/x.x.x"
- Update the version in
README.md. - Update the
CHANGELOG.mdfor the impending release. git commit -am "Prepare for release x.x.x"git tag -a x.x.x -m "Version x.x.x"git push && git push --tags.
- Create a new Github release at https://github.com/castle/castle-ios/releases
- Add latest version information from
CHANGELOG.md - Add zip archive including
Castle.xcframeworkfrom private repository.
- Add latest version information from