Skip to content

Commit 137e6ee

Browse files
committed
issue template changes and additions
1 parent 2130ea7 commit 137e6ee

File tree

2 files changed

+43
-0
lines changed

2 files changed

+43
-0
lines changed

.github/ISSUE_TEMPLATE.md renamed to .github/ISSUE_TEMPLATE/basic-issue-template.md

File renamed without changes.
Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
### RELEASE_VERSION_NUMBER-alpha.1 pre-release checklist
2+
3+
- [ ] Update the SNAPSHOT version in this repo's `README.md` file
4+
- [ ] 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.
6+
- [ ] Change version name back to having `-SNAPSHOT` at the end
7+
- [ ] Update this repo's `CHANGELOG.md`
8+
9+
### RELEASE_VERSION_NUMBER-alpha.1 pre-release testing
10+
- [ ] 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`
11+
- [ ] 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`
12+
- [ ] Report any regressions on this ticket
13+
14+
### RELEASE_VERSION_NUMBER-alpha.2 pre-release checklist
15+
- [ ] Change version name to `RELEASE_VERSION_NUMBER-alpha.2` in this repo's `gradle.properties` (make sure to remove `-SNAPSHOT`)
16+
- [ ] Change version name back to having `-SNAPSHOT` at the end
17+
- [ ] Update this repo's `CHANGELOG.md`
18+
- [ ] 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`
19+
20+
### RELEASE_VERSION_NUMBER-alpha.2 pre-release testing
21+
- [ ] 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`
22+
- [ ] 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`
23+
- [ ] Report any regressions on this ticket
24+
25+
### Final RELEASE_VERSION_NUMBER release checklist
26+
- [ ] Update this repo's `README.md` file
27+
- [ ] Change version name to `RELEASE_VERSION_NUMBER` in `gradle.properties` (removing `-SNAPSHOT`)
28+
- [ ] 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.
29+
- [ ] Change version name back to having `-SNAPSHOT` at the end
30+
- [ ] Update `CHANGELOG.md`
31+
32+
### Post final release checklist
33+
- [ ] Update dependencies in the Maps SDK and Navigation SDK to the final release version
34+
- [ ] Update [the dependencies file in the Mapbox Android Plugins `/mapbox-plugins-android` repo](https://github.com/mapbox/mapbox-plugins-android/blob/master/gradle/dependencies.gradle#L11)
35+
- [ ] Update version # in config files in the `/help` repo
36+
- [ ] Update [the Mapox Android demo app](https://github.com/mapbox/mapbox-android-demo/blob/master/gradle/dependencies.gradle)
37+
- [ ] After updating the demo app, make the following changes in the `/android-docs` repo:
38+
- [ ] Update API reference Javadocs for the Mapbox Java docs section in `/android-docs` repo:
39+
- [ ] Update [the `JAVA_SDK_VERSION` constant in the `constants.js` file in the `/android-docs` repo](https://github.com/mapbox/android-docs/blob/publisher-production/src/constants.json)
40+
- [ ] Update version # in the Studio Preview for Android app
41+
- [ ] Update version # in the China plugin test app
42+
43+
/cc: @mapbox/android

0 commit comments

Comments
 (0)