From commits-return-27761-archive-asf-public=cust-asf.ponee.io@tinkerpop.apache.org Wed Apr 4 16:34:00 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id 1F49C1807B4 for ; Wed, 4 Apr 2018 16:33:58 +0200 (CEST) Received: (qmail 77405 invoked by uid 500); 4 Apr 2018 14:33:58 -0000 Mailing-List: contact commits-help@tinkerpop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@tinkerpop.apache.org Delivered-To: mailing list commits@tinkerpop.apache.org Received: (qmail 77304 invoked by uid 99); 4 Apr 2018 14:33:58 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 04 Apr 2018 14:33:58 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 734DDF6B51; Wed, 4 Apr 2018 14:33:57 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: dkuppitz@apache.org To: commits@tinkerpop.apache.org Date: Wed, 04 Apr 2018 14:34:10 -0000 Message-Id: In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [14/16] tinkerpop git commit: Minor update to release docs Minor update to release docs Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/93a64349 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/93a64349 Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/93a64349 Branch: refs/heads/TINKERPOP-1888 Commit: 93a64349b2ca9fa9da0c7a0bd33d3b44a436ffbc Parents: 7004aee Author: Stephen Mallette Authored: Tue Apr 3 14:14:19 2018 -0400 Committer: Stephen Mallette Committed: Tue Apr 3 14:14:19 2018 -0400 ---------------------------------------------------------------------- docs/src/dev/developer/release.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/93a64349/docs/src/dev/developer/release.asciidoc ---------------------------------------------------------------------- diff --git a/docs/src/dev/developer/release.asciidoc b/docs/src/dev/developer/release.asciidoc index 927e190..8a84562 100644 --- a/docs/src/dev/developer/release.asciidoc +++ b/docs/src/dev/developer/release.asciidoc @@ -210,7 +210,7 @@ Releases" recall that the hyperlink must change to point to version in the link: . `pushd gremlin-console/bin; ln -fs ../target/apache-tinkerpop-gremlin-console-xx.yy.zz-standalone/bin/gremlin.sh gremlin.sh; popd` . `git diff` and review the updated files . `mvn clean install` - need to build first so that the right version of the console is used with `bin/publish-docs.sh` -.. This step should update the Gremlin.Net project file with the newly bumped version. +.. This step should update the Gremlin.Net project file and Gremlin Javascript package file with the newly bumped version. . `git commit -a -m "TinkerPop xx.yy.zz release"` and push . `bin/process-docs.sh` and validate the generated documentation locally. Don't rely on "BUILD SUCCESS" - scroll up through logs to ensure there were no errors and view the HTML directly. Code blocks that did not execute properly have a gray background and do not show the results of the commands. . `bin/publish-docs.sh ` - Note that this step requires no additional processing as the previous step handled