ios-sdk-examples
ios-sdk-examples copied to clipboard
Automate the creation of branches/PRs for new Maps SDK releases
For consistency and ease, we should automate the creation of testing branches for new Maps SDK releases here.
Rough outline
- Maps SDK (pre-)release is finished and pod is available.
- Some trigger is sent to this repo, kicking off a CI job here.
- CI job looks for a new SDK release, then:
- Creates a new commit bumping to that release.
- Pushes to the
ios-vX.X.Xbranch. - Creates a PR, if none already exists.
/cc @mapbox/maps-ios
Once #167 is addressed, this can also kick off a new TestFlight build for a given SDK release.