Repository: incubator-tinkerpop
Updated Branches:
refs/heads/master fdd853bc3 -> ae756c4ef
Add a note about removing past releases from dist.
Project: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/commit/ae756c4e
Tree: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/tree/ae756c4e
Diff: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/diff/ae756c4e
Branch: refs/heads/master
Commit: ae756c4efff0e8239d0191a1cf20e5225f604a39
Parents: fdd853b
Author: Stephen Mallette <spmva@genoprime.com>
Authored: Tue Dec 1 16:25:07 2015 -0500
Committer: Stephen Mallette <spmva@genoprime.com>
Committed: Tue Dec 1 16:25:07 2015 -0500
----------------------------------------------------------------------
docs/src/dev/developer/release.asciidoc | 1 +
1 file changed, 1 insertion(+)
----------------------------------------------------------------------
http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/ae756c4e/docs/src/dev/developer/release.asciidoc
----------------------------------------------------------------------
diff --git a/docs/src/dev/developer/release.asciidoc b/docs/src/dev/developer/release.asciidoc
index 33a6db9..02419c8 100644
--- a/docs/src/dev/developer/release.asciidoc
+++ b/docs/src/dev/developer/release.asciidoc
@@ -151,6 +151,7 @@ Release & Promote
. `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`
. `cd release; svn add x.y.z/; svn ci -m "TinkerPop x.y.z 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/]).
. Announce release on `dev@`/`gremlin-users@` mailing lists and tweet from `@apachetinkerpop`
|