-
Notifications
You must be signed in to change notification settings - Fork 117
Closed
Labels
Description
Changelog mapbox-android-plugin-annotation-v9:0.9.0:
Bugs
- Consumable events for click listeners #1124
- Support multiple manager to be draggable #1125
- End of drag event is consumed #1141
Release checklist
- Cut the release branch
- Run through testapp/demo app and test all activities
- Update
CHANGELOG.md - Change version name to
0.9.0ingradle.properties - Change release branch in the
circle.ymlrelease job to the current branch - Publish
0.9.0artifact to Maven Central - Change version name back to
0.10.0-SNAPSHOT - Change release branch in the
circle.ymlback tomaster - Merge the release branch to
master - Tag version
mapbox-android-plugin-annotation-v9:0.9.0in GitHub
Post-release
- Update
README.md - Update
constants.jsfile inandroid-docsrepo - Generate updated javadocs and add to
android-docsrepo - Bump dependencies in Bumped annotation plugin to 0.9.0 mapbox-android-demo#1362
/cc: @mapbox/android
Additional notes
Plugin artifacts are versioned based on the major Maps SDK version. Each plugin's artifact name includes a suffix that declares which major version of the Maps SDK this plugin's version is compatible with, for example:
{artifact_name}-v{major_maps_sdk_version}:{plugin_version} -> mapbox-android-plugin-annotation-v7:0.4.0
Ph0tonic