|
| 1 | +### Pre-release checklist |
| 2 | + |
| 3 | +- [ ] Update this repo's `README.md` file |
| 4 | +- [ ] Change version name to `RELEASE_VERSION_NUMBER-alpha.1` in `gradle.properties` (removing `-SNAPSHOT`) |
| 5 | +- [ ] Publish `RELEASE_VERSION_NUMBER-alpha.1` artifact to Maven Central |
| 6 | +- [ ] Change version name back to having `-SNAPSHOT` at the end |
| 7 | +- [ ] Update `CHANGELOG.md` |
| 8 | +- [ ] Create a new release in Github with a release title of `Mapbox Java SDK vRELEASE_VERSION_NUMBER-alpha.1` and a tag version of `vRELEASE_VERSION_NUMBER-alpha.1` |
| 9 | + |
| 10 | +### Pre-release testing |
| 11 | +- [ ] Create a pull request in [`/mapbox-gl-native`](https://github.com/mapbox/mapbox-gl-native) that updates the Mapbox Maps SDK for Android's Java SDK dependency to `RELEASE_VERSION_NUMBER-alpha.1` |
| 12 | +- [ ] Create a pull request in [the Mapbox Navigation SDK for Android repo](https://github.com/mapbox/mapbox-navigation-android) that updates the Nav SDK's Java SDK dependency to `RELEASE_VERSION_NUMBER-alpha.1`. |
| 13 | +- [ ] Report any regressions on this ticket. |
| 14 | + |
| 15 | +### Pre-release checklist |
| 16 | +- [ ] Change version name to `RELEASE_VERSION_NUMBER-alpha.2` in `gradle.properties` (removing `-SNAPSHOT`) |
| 17 | +- [ ] Publish `RELEASE_VERSION_NUMBER-alpha.2` artifact to Maven Central |
| 18 | +- [ ] Change version name back to having `-SNAPSHOT` at the end |
| 19 | +- [ ] Update `CHANGELOG.md` |
| 20 | +- [ ] Create a new release in Github with a release title of `Mapbox Java SDK vRELEASE_VERSION_NUMBER-alpha.2` and a tag version of `vRELEASE_VERSION_NUMBER-alpha.2` |
| 21 | + |
| 22 | +### Pre-release testing |
| 23 | +- [ ] Create a pull request in [`/mapbox-gl-native`](https://github.com/mapbox/mapbox-gl-native) that updates the Mapbox Maps SDK for Android's Java SDK dependency to `RELEASE_VERSION_NUMBER-alpha.2` |
| 24 | +- [ ] Create a pull request in [the Mapbox Navigation SDK for Android repo](https://github.com/mapbox/mapbox-navigation-android) that updates the Nav SDK's Java SDK dependency to `RELEASE_VERSION_NUMBER-alpha.2`. |
| 25 | +- [ ] Report any regressions on this ticket. |
| 26 | + |
| 27 | + |
| 28 | +### Final RELEASE_VERSION_NUMBER release checklist |
| 29 | +- [ ] Update this repo's `README.md` file |
| 30 | +- [ ] Change version name to `RELEASE_VERSION_NUMBER` in `gradle.properties` (removing `-SNAPSHOT`) |
| 31 | +- [ ] Publish `RELEASE_VERSION_NUMBER` artifact to Maven Central |
| 32 | +- [ ] Change version name back to having `-SNAPSHOT` at the end |
| 33 | +- [ ] Update `CHANGELOG.md` |
| 34 | +- [ ] Create a new release in Github with a release title of `Mapbox Java SDK vRELEASE_VERSION_NUMBER` and a tag version of `vRELEASE_VERSION_NUMBER` |
| 35 | +- [ ] Update dependencies in the Maps SDK and Navigation SDK to the final release version. |
| 36 | + |
| 37 | +### Post final release @langsmith |
| 38 | +- [ ] Update [the plugin dependency file](https://github.com/mapbox/mapbox-java/blob/master/gradle/dependencies.gradle) |
| 39 | +- [ ] Update version # in config files in /help |
| 40 | +- [ ] After updating the demo app: |
| 41 | + - [ ] Update API reference Javadocs for the Mapbox Java docs section in `/android-docs` repo |
| 42 | + - [ ] Update the `constants.js` file in `android-docs` repo |
| 43 | +- [ ] run `git submodule update --remote examples/maps` to pull in updated example code |
| 44 | +- [ ] Update the demo app |
| 45 | +- [ ] Update version # in Studio Preview |
| 46 | +- [ ] Update version # in docs tutorial app |
| 47 | +- [ ] Update version # in China plugin test app |
| 48 | + |
| 49 | +/cc: @mapbox/android |
0 commit comments