Added a note to 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/23a0885f Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/23a0885f Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/23a0885f Branch: refs/heads/master Commit: 23a0885f07b07ab12f1cbf5ab5ba0d8cfb3a9f0e Parents: 0c0d34f Author: Stephen Mallette <[email protected]> Authored: Mon Aug 21 13:03:07 2017 -0400 Committer: Stephen Mallette <[email protected]> Committed: Mon Aug 21 13:03:07 2017 -0400 ---------------------------------------------------------------------- docs/src/dev/developer/release.asciidoc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/23a0885f/docs/src/dev/developer/release.asciidoc ---------------------------------------------------------------------- diff --git a/docs/src/dev/developer/release.asciidoc b/docs/src/dev/developer/release.asciidoc index b28dfa1..32d8beb 100644 --- a/docs/src/dev/developer/release.asciidoc +++ b/docs/src/dev/developer/release.asciidoc @@ -172,7 +172,9 @@ are additional tests to perform that the release manager feels are relevant, the words, there is no need to rebuild the `SNAPSHOT` yet another time unless there are circumstances that would call its validity into question. . Update `CHANGELOG.asciidoc`: -.. Update the release date - the release date is the date of the vote. +.. Update the release date - the release date is the date of the vote. Double check the header to be sure that it is +formatted properly - the easiest way to is to view the `CHANGELOG.asciidoc` to be sure that it produces a link in the +GitHub viewer. .. Generate the JIRA release notes report for the current version and append them to the `CHANGELOG.asciidoc`. ... Use an "advanced" search to filter out JIRA issues already released on other versions. For example: `project = TINKERPOP and status = Closed AND fixVersion = 3.2.0 AND fixVersion not in (3.1.3, 3.1.2, 3.1.1, 3.1.0) ORDER BY type, Id ASC`.
