Skip to content

Commit 4c08f6b

Browse files
committed
issue template changes and additions
1 parent fdd5664 commit 4c08f6b

File tree

2 files changed

+46
-0
lines changed

2 files changed

+46
-0
lines changed

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

File renamed without changes.
Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
### Pre-release checklist
2+
3+
- [ ] Update this repo's `README.md` file
4+
- [ ] Change version name to `RELEASE_VERSION_NUMBER-alpha.1` in this repo's `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 this repo's `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 this repo's `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 this repo's `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+
### Final RELEASE_VERSION_NUMBER release checklist
28+
- [ ] Update this repo's `README.md` file
29+
- [ ] Change version name to `RELEASE_VERSION_NUMBER` in `gradle.properties` (removing `-SNAPSHOT`)
30+
- [ ] Publish `RELEASE_VERSION_NUMBER` artifact to Maven Central
31+
- [ ] Change version name back to having `-SNAPSHOT` at the end
32+
- [ ] Update `CHANGELOG.md`
33+
- [ ] 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`
34+
- [ ] Update dependencies in the Maps SDK and Navigation SDK to the final release version
35+
36+
### Post final release
37+
- [ ] 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)
38+
- [ ] Update version # in config files in the `/help` repo
39+
- [ ] Update [the Mapox Android demo app](https://github.com/mapbox/mapbox-android-demo/blob/master/gradle/dependencies.gradle)
40+
- [ ] After updating the demo app, make the following changes in the `/android-docs` repo:
41+
- [ ] Update API reference Javadocs for the Mapbox Java docs section in `/android-docs` repo:
42+
- [ ] 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)
43+
- [ ] Update version # in the Studio Preview for Android app
44+
- [ ] Update version # in the China plugin test app
45+
46+
/cc: @mapbox/android

0 commit comments

Comments
 (0)