You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-[ ] Update the SNAPSHOT version in this repo's `README.md` file
3
+
-[ ] Create a new branch off of `master`.
4
+
-[ ] Update the SNAPSHOT version in this repo's `README.md` file
5
+
-[ ] Update this repo's `CHANGELOG.md`
4
6
-[ ] Change version name to `RELEASE_VERSION_NUMBER-alpha.1` in this repo's `gradle.properties` (make sure to remove `-SNAPSHOT`)
5
-
-[ ] 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`. This will publish artifacts to Bintray.
7
+
-[ ][Create a new Github release](https://github.com/mapbox/mapbox-java/releases/new)with a release title of `Mapbox Java SDK vRELEASE_VERSION_NUMBER-alpha.1`, a tag version of `vRELEASE_VERSION_NUMBER-alpha.1`, targeting the release branch you made above in step #1, and checking the `This is a pre-release` box. This will publish artifacts to Bintray.
6
8
7
9
<details>
8
10
<summary>What to do in Bintray</summary>
@@ -22,17 +24,19 @@ Verify the attached files for each module, especially the POM which contains the
22
24
</details>
23
25
24
26
-[ ] Change version name back to having `-SNAPSHOT` at the end
-[ ] 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`
29
31
-[ ] 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`
30
32
-[ ] Report any regressions on this ticket
31
33
32
34
### Final RELEASE_VERSION_NUMBER release checklist
35
+
-[ ] Create a new branch off of `master`.
33
36
-[ ] Update this repo's `README.md` file
37
+
-[ ] Update `CHANGELOG.md`
34
38
-[ ] Change version name to `RELEASE_VERSION_NUMBER` in `gradle.properties` (removing `-SNAPSHOT`)
35
-
-[ ] 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`. This will publish artifacts to Bintray.
39
+
-[ ][Create a new Github release](https://github.com/mapbox/mapbox-java/releases/new)with a release title of `Mapbox Java SDK vRELEASE_VERSION_NUMBER`, a tag version of `vRELEASE_VERSION_NUMBER`, targeting the final release branch you made above in step #1, and _not_ checking the `This is a pre-release` box. This will publish artifacts to Bintray.
36
40
37
41
<details>
38
42
<summary>What to do in Bintray</summary>
@@ -52,7 +56,6 @@ Verify the attached files for each module, especially the POM which contains the
52
56
</details>
53
57
54
58
-[ ] Change version name back to having `-SNAPSHOT` at the end
55
-
-[ ] Update `CHANGELOG.md`
56
59
57
60
### Post final release checklist
58
61
-[ ] Update dependencies in the Maps SDK and Navigation SDK to the final release version
0 commit comments