Skip to content

Commit a89efb4

Browse files
author
Langston Smith
committed
order change based on lukasz review
1 parent 71f458f commit a89efb4

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

.github/ISSUE_TEMPLATE/java-stable-release-template.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
### RELEASE_VERSION_NUMBER-alpha.1 pre-release checklist
22

3-
- [ ] 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`
46
- [ ] 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.
68

79
<details>
810
<summary>What to do in Bintray</summary>
@@ -22,17 +24,19 @@ Verify the attached files for each module, especially the POM which contains the
2224
</details>
2325

2426
- [ ] Change version name back to having `-SNAPSHOT` at the end
25-
- [ ] Update this repo's `CHANGELOG.md`
27+
2628

2729
### RELEASE_VERSION_NUMBER-alpha.1 pre-release testing
2830
- [ ] 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`
2931
- [ ] 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`
3032
- [ ] Report any regressions on this ticket
3133

3234
### Final RELEASE_VERSION_NUMBER release checklist
35+
- [ ] Create a new branch off of `master`.
3336
- [ ] Update this repo's `README.md` file
37+
- [ ] Update `CHANGELOG.md`
3438
- [ ] 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.
3640

3741
<details>
3842
<summary>What to do in Bintray</summary>
@@ -52,7 +56,6 @@ Verify the attached files for each module, especially the POM which contains the
5256
</details>
5357

5458
- [ ] Change version name back to having `-SNAPSHOT` at the end
55-
- [ ] Update `CHANGELOG.md`
5659

5760
### Post final release checklist
5861
- [ ] Update dependencies in the Maps SDK and Navigation SDK to the final release version

0 commit comments

Comments
 (0)