Removed line from release that updates README links. We now use /current everywhere in there so no need to do that anymore.
Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/f7e1fdd9 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/f7e1fdd9 Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/f7e1fdd9 Branch: refs/heads/TINKERPOP-1379 Commit: f7e1fdd9805a64a790849eb9ec597cfbc5012486 Parents: a62b655 Author: Stephen Mallette <[email protected]> Authored: Fri Jul 22 09:44:05 2016 -0400 Committer: Stephen Mallette <[email protected]> Committed: Fri Jul 22 09:44:05 2016 -0400 ---------------------------------------------------------------------- docs/src/dev/developer/release.asciidoc | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/f7e1fdd9/docs/src/dev/developer/release.asciidoc ---------------------------------------------------------------------- diff --git a/docs/src/dev/developer/release.asciidoc b/docs/src/dev/developer/release.asciidoc index 7b6d71b..b1586f8 100644 --- a/docs/src/dev/developer/release.asciidoc +++ b/docs/src/dev/developer/release.asciidoc @@ -135,7 +135,6 @@ handled document generation and this step now merely needs to upload what was ge .. `mvn deploy` - deploy the new `SNAPSHOT` .. `bin/process-docs.sh` and validate the generated `SNAPSHOT` documentation locally .. `bin/publish-docs.sh <username>` to publish the `SNAPSHOT` docs which enables the README to work properly. -.. Update the links in the `README.asciidoc` to point at the `SNAPSHOT` version. .. Commit and push the `SNAPSHOT` changes to git .. Send email to advise that code freeze is lifted. .. Generate a list of dead branches that will be automatically deleted and post them as a DISCUSS thread for review, then once consensus is reached removed those branches.
