You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by sp...@apache.org on 2019/06/03 13:32:47 UTC

[tinkerpop] branch master updated: Update syntax of update-current-docs.sh CTR

This is an automated email from the ASF dual-hosted git repository.

spmallette pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git


The following commit(s) were added to refs/heads/master by this push:
     new 9925aaf  Update syntax of update-current-docs.sh CTR
9925aaf is described below

commit 9925aafbf2462ec35b722d088729f851b83fe8e0
Author: Stephen Mallette <sp...@genoprime.com>
AuthorDate: Mon Jun 3 09:32:21 2019 -0400

    Update syntax of update-current-docs.sh CTR
---
 docs/src/dev/developer/release.asciidoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/src/dev/developer/release.asciidoc b/docs/src/dev/developer/release.asciidoc
index d78cef0..8381ff0 100644
--- a/docs/src/dev/developer/release.asciidoc
+++ b/docs/src/dev/developer/release.asciidoc
@@ -259,7 +259,7 @@ and link:https://hub.docker.com/r/tinkerpop/gremlin-server/[Server]
 . Update the `site/downloads.html` - provide the contents for the modal that pops up from the "contributors" link.
 . Wait for zip distributions to sync to the Apache mirrors (i.e ensure the download links work from a mirror).
 . `bin/publish-home.sh <username>` to publish the updated web site with new releases.
-. Execute `bin/update-current-docs.sh` to migrate to the latest documentation set for `/current`.
+. Execute `bin/update-current-docs.sh <username>` to migrate to the latest documentation set for `/current`.
 . This step should only occur after the website is updated and all links are working. If there are releases present in
 SVN that represents lines of code that are no longer under development, then remove those releases. In other words,
 if `3.2.0` is present and `3.2.1` is released then remove `3.2.0`.  However, if `3.1.3` is present and that line of