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 2016/02/16 13:46:30 UTC

[1/2] incubator-tinkerpop git commit: Update release docs.

Repository: incubator-tinkerpop
Updated Branches:
  refs/heads/tp31 ba0b7b74b -> 4aeb4b281


Update 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/4aeb4b28
Tree: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/tree/4aeb4b28
Diff: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/diff/4aeb4b28

Branch: refs/heads/tp31
Commit: 4aeb4b281f12e78818813577e6e6df743593ec11
Parents: fea3e31
Author: Stephen Mallette <sp...@genoprime.com>
Authored: Tue Feb 16 07:42:13 2016 -0500
Committer: Stephen Mallette <sp...@genoprime.com>
Committed: Tue Feb 16 07:45:59 2016 -0500

----------------------------------------------------------------------
 docs/src/dev/developer/release.asciidoc | 36 ++++++++++++++++++++++++----
 1 file changed, 31 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/4aeb4b28/docs/src/dev/developer/release.asciidoc
----------------------------------------------------------------------
diff --git a/docs/src/dev/developer/release.asciidoc b/docs/src/dev/developer/release.asciidoc
index 30749bf..ab63d52 100644
--- a/docs/src/dev/developer/release.asciidoc
+++ b/docs/src/dev/developer/release.asciidoc
@@ -153,9 +153,9 @@ Release & Promote
 . `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.
 . Wait for Apache Central to sync the jars and src (link:http://repo1.maven.org/maven2/org/apache/tinkerpop/tinkerpop/[http://repo1.maven.org/maven2/org/apache/tinkerpop/tinkerpop/]).
+. 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.
 . Announce release on `dev@`/`gremlin-users@` mailing lists and tweet from `@apachetinkerpop`
 
 Email Templates
@@ -191,10 +191,10 @@ The online docs can be found here:
 	http://tinkerpop.apache.org/javadocs/xx.yy.zz/full/ (full javadoc)
 
 The tag in Apache Git can be found here:
-	https://git-wip-us.apache.org/repos/asf?p=incubator-tinkerpop.git;...
+	https://git-wip-us.apache.org/repos/asf?p=incubator-tinkerpop.git;XXXXXXXXXXXXXXXXXX
 
 The release notes are available here:
-	https://github.com/apache/incubator-tinkerpop/blob/master/CHANGELOG.asciidoc#...
+	https://github.com/apache/incubator-tinkerpop/blob/master/CHANGELOG.asciidoc#XXXXXXXXXXXXXXXXXX
 
 The [VOTE] will be open for the next 72 hours --- closing <DayOfTheWeek> (<Month> <Day> <Year>) at <Time> <TimeZone>.
 
@@ -210,7 +210,7 @@ If the above email template is used for the "Incubator Vote", then it should inc
 ```
 Finally, the dev@tinkerpop [VOTE] thread can be found at this location:
 
-    https://pony-poc.apache.org/thread.html/...
+    https://pony-poc.apache.org/thread.html/XXXXXXXXXXXXXXXXXX
 
 Result summary: +X (Y binding, Z non-binding), 0 (0), -1 (0)
 ```
@@ -239,4 +239,30 @@ NON-BINDING VOTES:
 
 Thank you very much,
 <TinkerPop Committer Name>
-```
\ No newline at end of file
+```
+
+General Release Announcement
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+Subject: TinkerPop xx.yy.zz Released: [name of release line]
+
+Hello,
+
+TinkerPop xx.yy.zz has just been released. You can find all the links and goodies on our homepage at http://tinkerpop.apache.org. However, if that is just one click too many, then the respective links are below.
+
+The release artifacts can be found at this location:
+        https://www.apache.org/dyn/closer.lua/incubator/tinkerpop/xx.yy.zz/apache-gremlin-console-xx.yy.zz-bin.zip
+        https://www.apache.org/dyn/closer.lua/incubator/tinkerpop/xx.yy.zz/apache-gremlin-server-xx.yy.zz-bin.zip
+
+The online docs can be found here (note that the URL structure has changed with this release):
+        http://tinkerpop.apache.org/docs/xx.yy.zz/reference/ (user docs)
+        http://tinkerpop.apache.org/docs/xx.yy.zz/upgrade.html#XXXXXXXXXXXXXXXXXX (upgrade docs)
+        http://tinkerpop.apache.org/docs/xx.yy.zz/tutorials/the-gremlin-console/ (gremlin console tutorial) [NEW!]
+        http://tinkerpop.apache.org/javadocs/xx.yy.zz/core/ (core javadoc)
+        http://tinkerpop.apache.org/javadocs/xx.yy.zz/full/ (full javadoc)
+
+The release notes are available here:
+        https://github.com/apache/incubator-tinkerpop/blob/xx.yy.zz/CHANGELOG.asciidoc#XXXXXXXXXXXXXXXXXX
+
+The Central Maven repo has sync'd as well:
+        https://repo1.maven.org/maven2/org/apache/tinkerpop/tinkerpop/xx.yy.zz/


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

Posted by sp...@apache.org.
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/tp31
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.