Update release docs based on new site publishing features
Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/3319b809 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/3319b809 Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/3319b809 Branch: refs/heads/TINKERPOP-1235 Commit: 3319b809f2a3e0caf669e12e2934850917329dfa Parents: 55718a7 Author: Stephen Mallette <[email protected]> Authored: Wed Oct 26 06:59:01 2016 -0400 Committer: Stephen Mallette <[email protected]> Committed: Thu Oct 27 07:42:10 2016 -0400 ---------------------------------------------------------------------- docs/src/dev/developer/release.asciidoc | 6 ++++++ 1 file changed, 6 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/3319b809/docs/src/dev/developer/release.asciidoc ---------------------------------------------------------------------- diff --git a/docs/src/dev/developer/release.asciidoc b/docs/src/dev/developer/release.asciidoc index ec1fdf6..7ba5134 100644 --- a/docs/src/dev/developer/release.asciidoc +++ b/docs/src/dev/developer/release.asciidoc @@ -142,6 +142,12 @@ current release was under development as this new release will have those change . Update "upgrade documentation": .. Update the release date. .. Update the link to `CHANGELOG.asciidoc` - this link may already be correct but will not exist until the repository is tagged. +. Update homepage with references in `/site` to latest distribution and to other internal links elsewhere on the page. +.. This step should only be performed by the release manager for the newest line of code (i.e. if release 3.3.x, 3.2.x and 3.1.x, +then only do this step for 3.3.x, but update the site for 3.2.x and 3.1.x). +.. 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]. +.. Preview changes locally with `bin/generate-home.sh` then commit changes to git. . `mvn versions:set -DnewVersion=xx.yy.zz -DgenerateBackupPoms=false` to update project files to reference the non-SNAPSHOT version . `pushd gremlin-console/bin; ln -fs ../target/apache-tinkerpop-gremlin-console-xx.yy.zz-standalone/bin/gremlin.sh gremlin.sh; popd` . `git diff` and review the updated files
