Skip to content

Latest commit

 

History

History
8 lines (8 loc) · 538 Bytes

RELEASING.md

File metadata and controls

8 lines (8 loc) · 538 Bytes

Releasing:

  1. Start a git-flow release/x.y.z
  2. Modify CHANGELOG.latest.md with the changes for the current version (to be used by Fastlane for the github release notes)
  3. Update the version number by running bundle exec fastlane bump_and_update_changelog version:x.y.z
  4. Commit the changes git commit -am "Version x.y.z"
  5. Make a PR, merge when approved
  6. Make a tag and push, the rest will be performed automatically by CircleCI. If the automation fails, you can revert to manually calling bundle exec fastlane deploy.