Added note to release docs about updating links on download page. CTR
Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/85ec40be Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/85ec40be Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/85ec40be Branch: refs/heads/TINKERPOP-1458 Commit: 85ec40beb48fbec720d4bcaeac377eb411a2baba Parents: 0070d3d Author: Stephen Mallette <[email protected]> Authored: Fri Sep 30 13:05:06 2016 -0400 Committer: Stephen Mallette <[email protected]> Committed: Fri Sep 30 13:05:06 2016 -0400 ---------------------------------------------------------------------- docs/src/dev/developer/release.asciidoc | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/85ec40be/docs/src/dev/developer/release.asciidoc ---------------------------------------------------------------------- diff --git a/docs/src/dev/developer/release.asciidoc b/docs/src/dev/developer/release.asciidoc index f9baa94..086a2d4 100644 --- a/docs/src/dev/developer/release.asciidoc +++ b/docs/src/dev/developer/release.asciidoc @@ -152,6 +152,8 @@ Release & Promote . 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"` . Update homepage with references to latest distribution and to other internal links elsewhere on the page. +.. On the link:http://tinkerpop.apache.org/downloads.html[Downloads] page, when moving "Current Releases" to "Archived +Releases" recall that the hyperlink must change to point to version in the link:https://archive.apache.org/dist/tinkerpop/[Apache Archives]. . 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/]). . Wait for zip distributions to to sync to the Apache mirrors (i.e ensure the download links work from a mirror). . If there 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.2.0` is present and `3.2.1` is released then remove `3.2.0`. However, if `3.1.3` is present and that line of code is still under potential development, it may stay.
