@@ -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