Github user FlorianHockmann commented on a diff in the pull request:
https://github.com/apache/tinkerpop/pull/802#discussion_r191811843
--- Diff: docs/src/dev/developer/release.asciidoc ---
@@ -111,7 +111,8 @@ under release is protected. Tweaks to documentation and
other odds and ends rela
during this period.
. At some point during the week:
.. Run the full integration test suite: `mvn clean install
-DskipIntegrationTests=false -DincludeNeo4j`
-.. Deploy a final SNAPSHOT to the snapshot repository as well as GLV
pre-releases.
+.. Build and test the Docker images.
--- End diff --
Right, that should be included. I just amended my last commit accordingly.
---