Github user spmallette commented on a diff in the pull request:
https://github.com/apache/tinkerpop/pull/802#discussion_r191533236
--- 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 --
hate to nit/pick here but could you just include the command for doing this
on this line. just helps save release managers the trouble of having to look
that bit of `mvn` up. I guess it would just be `mvn clean install -pl
gremlin-server,gremlin-console -Pdocker-images` - is that right?
---