Add note to check Docker images before a release TINKERPOP-1897
Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/cf2166b4 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/cf2166b4 Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/cf2166b4 Branch: refs/heads/TINKERPOP-1897 Commit: cf2166b450da30b6e14ea364f73c78e922190f18 Parents: 8a9a1ca Author: Florian Hockmann <[email protected]> Authored: Wed May 23 20:33:56 2018 +0200 Committer: Florian Hockmann <[email protected]> Committed: Wed May 23 20:33:56 2018 +0200 ---------------------------------------------------------------------- docs/src/dev/developer/release.asciidoc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/cf2166b4/docs/src/dev/developer/release.asciidoc ---------------------------------------------------------------------- diff --git a/docs/src/dev/developer/release.asciidoc b/docs/src/dev/developer/release.asciidoc index 7963004..aa9eb09 100644 --- a/docs/src/dev/developer/release.asciidoc +++ b/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. +.. Deploy a final SNAPSHOT to the snapshot repository as well as GLV and Docker image pre-releases. .. Review LICENSE and NOTICE files to make sure that no <<dependencies,changes are needed>>. .. Review javadoc filters on the "Core API" docs to be sure nothing needs to change. .. Review JIRA tickets in the release and ensure that:
