- Update the version of each library.
bundle exec fastlane bump version:foo
- Update the sample app.
bundle exec fastlane update_sample
- Ensure there are no publishing issues.
bundle exec fastlane publish dry_run:true
- Update the
CHANGELOG.md
. - Push the generated changes to the repository.
- Release the libraries.
bundle exec fastlane publish
- Create a GitHub release with the contents of the
CHANGELOG.md
.