Merge branch 'tp32'
Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/fdc2238f Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/fdc2238f Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/fdc2238f Branch: refs/heads/TINKERPOP-1686 Commit: fdc2238f56b73d7944c400b161f6d5843610eeb1 Parents: 3eace87 e6ddba1 Author: Stephen Mallette <[email protected]> Authored: Mon Jun 19 07:04:34 2017 -0400 Committer: Stephen Mallette <[email protected]> Committed: Mon Jun 19 07:04:34 2017 -0400 ---------------------------------------------------------------------- docs/src/dev/developer/release.asciidoc | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/fdc2238f/docs/src/dev/developer/release.asciidoc ---------------------------------------------------------------------- diff --cc docs/src/dev/developer/release.asciidoc index 57c83b7,121bbb6..9f2088a --- a/docs/src/dev/developer/release.asciidoc +++ b/docs/src/dev/developer/release.asciidoc @@@ -232,10 -225,15 +232,11 @@@ Release & Promot . 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`. -.. Update `index.html`. -.. Update 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]. +. `bin/publish-home.sh <username>` to publish the updated web site with new releases. . Execute `bin/update-current-docs.sh` to migrate to the latest documentation set for `/current`. -. This step should olny occur after the website is updated and all links are working. If there are releases present in +. This step should only occur after the website is updated and all links are working. 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.
