Added a step to pre-flight check in dev docs. CTR
Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/252a736e Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/252a736e Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/252a736e Branch: refs/heads/TINKERPOP-1360 Commit: 252a736e9d404aa5a645bd4106d88cad82122e77 Parents: 450e3ef Author: Stephen Mallette <[email protected]> Authored: Tue Jul 12 11:03:27 2016 -0400 Committer: Stephen Mallette <[email protected]> Committed: Tue Jul 12 11:03:27 2016 -0400 ---------------------------------------------------------------------- docs/src/dev/developer/release.asciidoc | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/252a736e/docs/src/dev/developer/release.asciidoc ---------------------------------------------------------------------- diff --git a/docs/src/dev/developer/release.asciidoc b/docs/src/dev/developer/release.asciidoc index 6934c7a..d610d5c 100644 --- a/docs/src/dev/developer/release.asciidoc +++ b/docs/src/dev/developer/release.asciidoc @@ -54,6 +54,7 @@ during this period. .. Review JIRA tickets in the release and ensure that: ... All tickets categorized by having a "Component" assigned. ... All tickets are either of type "Bug" or "Enhancement". +... No tickets are marked as "Resolved" - convert these to "Closed". . When all documentation changes are in place, use `bin/publish-docs.sh` to deploy a final `SNAPSHOT` representation of the docs and thus validate that there are no issues with the documentation generation process. Request review of the published documentation on the dev mailing list.
