Skip to content

Commit 4f01fbf

Browse files
natiginfogithub-actions[bot]
authored andcommitted
[maps-android] update guidelines to reflect the release process (#4526)
GitOrigin-RevId: 3bfd722ad17e6c197c26f2d23f199ac8b45461c7
1 parent 7f79267 commit 4f01fbf

File tree

1 file changed

+2
-22
lines changed

1 file changed

+2
-22
lines changed

DEVELOPING.md

Lines changed: 2 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -424,27 +424,7 @@ do not recommend using snapshot releases in production environment.
424424

425425
### Automatic snapshot releases
426426

427-
By default, each commit to the main branch of the repository will trigger a snapshot release for the
428-
sdk, as well as all the plugins/extensions/modules, with an unique version name.
429-
430-
The name of the snapshot is defined in the `VERSION_NAME` in the project's `gradle.properties` file,
431-
with the commit hash inserted before the `-SNAPSHOT`.
432-
433-
An example of snapshot for the sdk is `com.mapbox.maps:android:10.0.0-a1d95e7a-SNAPSHOT`.
434-
435-
### Manually triggered snapshot releases
436-
437-
The Mapbox Maps SDK for Android also features manually triggered snapshot releases from a developing
438-
branch.
439-
440-
If a last commit in a developing branch has `publish_android_snapshot` in a title or description,
441-
the `build-modules-and-instrumentation-tests` CI step will create a snapshot release.
442-
443-
The name of the snapshot release would be:
444-
445-
${LAST_RELEASE_VERSION_BEFORE_THIS_COMMIT}-${BRANCH_NAME}-SNAPSHOT for example:
446-
447-
`10.0.0-rc.1-peng-commit-message-based-snapshot-SNAPSHOT`
427+
Snapshot releases are automatically published once a day and the main branch points to the latest snapshot.
448428

449429
### Use snapshot releases in your app
450430

@@ -563,4 +543,4 @@ There are several other ways how to record traces.
563543

564544
#### Using command line utility (/Library/Android/sdk/platform-tools/systrace)
565545

566-
`python systrace.py -a "com.mapbox.maps.testapp" -o trace.html -b 20000`
546+
`python systrace.py -a "com.mapbox.maps.testapp" -o trace.html -b 20000`

0 commit comments

Comments
 (0)