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 2016/02/24 00:21:55 UTC

[02/35] incubator-tinkerpop git commit: Minor tweak to artifact deployment in release docs.

Minor tweak to artifact deployment in release docs.


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

Branch: refs/heads/TINKERPOP-1166
Commit: fea3e313cc5c8f93b413478998ee20ae9f662a01
Parents: ba0b7b7
Author: Stephen Mallette <sp...@genoprime.com>
Authored: Mon Feb 15 15:18:59 2016 -0500
Committer: Stephen Mallette <sp...@genoprime.com>
Committed: Tue Feb 16 07:45:59 2016 -0500

----------------------------------------------------------------------
 docs/src/dev/developer/release.asciidoc | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/fea3e313/docs/src/dev/developer/release.asciidoc
----------------------------------------------------------------------
diff --git a/docs/src/dev/developer/release.asciidoc b/docs/src/dev/developer/release.asciidoc
index af2e24e..30749bf 100644
--- a/docs/src/dev/developer/release.asciidoc
+++ b/docs/src/dev/developer/release.asciidoc
@@ -148,9 +148,10 @@ A positive vote for a particular release from the Apache Incubator is required t
 Release & Promote
 -----------------
 
-. Close the staging repository at link:https://repository.apache.org/[Apache Nexus]) and then release.
+. Login to link:https://repository.apache.org/[Apache Nexus] and release the previously closed repository.
 . `svn co --depth empty https://dist.apache.org/repos/dist/dev/incubator/tinkerpop dev; svn up dev/xx.yy.zz`
 . `svn co --depth empty https://dist.apache.org/repos/dist/release/incubator/tinkerpop release; mkdir release/xx.yy.zz`
+. Copy release files from `dev/xx.yy.zz` to `release/xx.yy.zz`.
 . `cd release; svn add xx.yy.zz/; svn ci -m "TinkerPop xx.yy.zz release"`
 . If there is 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.1.0-incubating` is present and `3.1.1-incubating` is released then remove `3.1.0-incubating`.  However, if `3.0.2-incubating` is present and that line of code is still under potential development, it may stay.
 . Update homepage with references to latest distribution and to other internal links elsewhere on the page.