Added a note about reporter.apache.org in release docs CTR
Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/e6ddba1f Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/e6ddba1f Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/e6ddba1f Branch: refs/heads/TINKERPOP-1489 Commit: e6ddba1f75906c854c288eef47ce70cae831a48a Parents: 3f7dbdc Author: Stephen Mallette <[email protected]> Authored: Mon Jun 19 07:03:23 2017 -0400 Committer: Stephen Mallette <[email protected]> Committed: Mon Jun 19 07:03:23 2017 -0400 ---------------------------------------------------------------------- docs/src/dev/developer/release.asciidoc | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/e6ddba1f/docs/src/dev/developer/release.asciidoc ---------------------------------------------------------------------- diff --git a/docs/src/dev/developer/release.asciidoc b/docs/src/dev/developer/release.asciidoc index 1586c86..121bbb6 100644 --- a/docs/src/dev/developer/release.asciidoc +++ b/docs/src/dev/developer/release.asciidoc @@ -225,6 +225,7 @@ 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"` . 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/]). +. Report the release through link:https://reporter.apache.org/addrelease.html?tinkerpop[reporter.apache.org] (an email reminder should arrive shortly follwing the svn command above to do the release) . Wait for zip distributions to to sync to the Apache mirrors (i.e ensure the download links work from a mirror). . Update home page site with references to latest distribution - specifically: .. Update the `template/header-footer.html`.
