Repository: yetus Updated Branches: refs/heads/master 7dd10b24e -> 64e48f97f
YETUS-427 Document the -V option for releasedocmaker Signed-off-by: Allen Wittenauer <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/yetus/repo Commit: http://git-wip-us.apache.org/repos/asf/yetus/commit/64e48f97 Tree: http://git-wip-us.apache.org/repos/asf/yetus/tree/64e48f97 Diff: http://git-wip-us.apache.org/repos/asf/yetus/diff/64e48f97 Branch: refs/heads/master Commit: 64e48f97fa452903b59ccb69549d9ccf8971d60f Parents: 7dd10b2 Author: Ajay Yadava <[email protected]> Authored: Sun Jul 10 15:57:01 2016 +0530 Committer: Allen Wittenauer <[email protected]> Committed: Thu Jul 14 07:09:56 2016 -0700 ---------------------------------------------------------------------- .../source/documentation/in-progress/releasedocmaker.md | 8 ++++++++ 1 file changed, 8 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/yetus/blob/64e48f97/asf-site-src/source/documentation/in-progress/releasedocmaker.md ---------------------------------------------------------------------- diff --git a/asf-site-src/source/documentation/in-progress/releasedocmaker.md b/asf-site-src/source/documentation/in-progress/releasedocmaker.md index c28ec1b..9ee18c9 100644 --- a/asf-site-src/source/documentation/in-progress/releasedocmaker.md +++ b/asf-site-src/source/documentation/in-progress/releasedocmaker.md @@ -177,3 +177,11 @@ There is basic support for an autoindexer. It will create two files that contai * index.md: a file suitable for conversion to HTML via mvn site * README.md: a file suitable for display on Github and other Markdown rendering websites + +# Release Version + +You can find the version of the releasedocmaker that you are using by giving the -V option. This may be helpful in finding documentation for the version you are using. + +```bash +$ releasedocmaker.py -V +```
