You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by ok...@apache.org on 2015/06/05 16:42:29 UTC

incubator-tinkerpop git commit: Updated README with more thorough release instructions.

Repository: incubator-tinkerpop
Updated Branches:
  refs/heads/master 0815f3822 -> a5d76a272


Updated README with more thorough release instructions.


Project: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/commit/a5d76a27
Tree: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/tree/a5d76a27
Diff: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/diff/a5d76a27

Branch: refs/heads/master
Commit: a5d76a2728141a9cfa57725b760ea4afbdc24d66
Parents: 0815f38
Author: Marko A. Rodriguez <ok...@gmail.com>
Authored: Fri Jun 5 08:42:24 2015 -0600
Committer: Marko A. Rodriguez <ok...@gmail.com>
Committed: Fri Jun 5 08:42:24 2015 -0600

----------------------------------------------------------------------
 README.asciidoc | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/a5d76a27/README.asciidoc
----------------------------------------------------------------------
diff --git a/README.asciidoc b/README.asciidoc
index 81cce5f..840a6e0 100644
--- a/README.asciidoc
+++ b/README.asciidoc
@@ -122,10 +122,15 @@ Release Process
 .. `svn ci -m "TinkerPop x.y.z release"`
 . Submit for `[VOTE]` at `general@incubator.apache.org` (see email template below).
 . *Wait for vote acceptance* (72 hours).
+. `mvn clean install -Dmaven.test.skip=true; bin/process-docs.sh` - rebuild source and docs of tagged release
 . `mvn deploy -Papache-release -DcreateChecksum=true -Dmaven.test.skip=true`- deploy signed artifacts with checksums to Apache Nexus
-. Review and close the staging repository (Apache Nexus)
-. Upload artifacts to `https://dist.apache.org/repos/dist/release/incubator/tinkerpop` (rename to `-bin` and `-src`)
+. Review and close the staging repository (Apache Nexus at link:https://repository.apache.org/[https://repository.apache.org/])
+. `svn co --depth empty https://dist.apache.org/repos/dist/dev/incubator/tinkerpop dev; svn up dev/x.y.z`
+. `svn co --depth empty https://dist.apache.org/repos/dist/release/incubator/tinkerpop release; mkdir release/x.y.z`
+. `cp dev/3.0.0.9-incubating/* release/x.y.z/.` (rename to `-bin` and `-src`)
+. `cd release; svn add x.y.z/; svn ci -m "TinkerPop x.y.z release."`
 . Update homepage with references to latest distribution and to other internal links elsewhere on the page.
+. Wait for Apache Central to sync the jars and src.
 . Announce release on `dev@`/`gremlin-users@` mailing lists and tweet from `@apachetinkerpop`.
 
 Example `[VOTE]` email: