Skip to content

Latest commit

 

History

History
21 lines (20 loc) · 495 Bytes

RELEASE.md

File metadata and controls

21 lines (20 loc) · 495 Bytes

Release process

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