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
commit 6588e10299b5cb0a734fb1a7709e64e74655959d
Author: Stephen Mallette <spmva@genoprime.com>
AuthorDate: Wed Jan 9 08:03:29 2019 -0500
Fix minor grammatical error in release docs 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 18158e1..ea8f3a5 100644
--- a/docs/src/dev/developer/release.asciidoc
+++ b/docs/src/dev/developer/release.asciidoc
@@ -254,7 +254,7 @@ and link:https://hub.docker.com/r/tinkerpop/gremlin-server/[Server]
. `cd release; svn add xx.yy.zz/; svn ci -m "TinkerPop xx.yy.zz release"`
. Wait for Apache Sonatype to sync the artifacts to Maven Central at (link:http://repo1.maven.org/maven2/org/apache/tinkerpop/tinkerpop/[http://repo1.maven.org/maven2/org/apache/tinkerpop/tinkerpop/]).
. Report the release through link:https://reporter.apache.org/addrelease.html?tinkerpop[reporter.apache.org]
(an email reminder should arrive shortly following the svn command above to do the release)
-. Wait for zip distributions to to sync to the Apache mirrors (i.e ensure the download links
work from a mirror).
+. 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`.
. This step should only occur after the website is updated and all links are working. If
there are releases present in
|