Repository: yetus Updated Branches: refs/heads/master d35fa8086 -> c693c3465
YETUS-363. releasedocmaker fails due to the lack of dateutil module 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/c693c346 Tree: http://git-wip-us.apache.org/repos/asf/yetus/tree/c693c346 Diff: http://git-wip-us.apache.org/repos/asf/yetus/diff/c693c346 Branch: refs/heads/master Commit: c693c346584567e106f8c4702b1c2f16d93c77ce Parents: d35fa80 Author: Allen Wittenauer <[email protected]> Authored: Wed Apr 13 08:02:23 2016 -0700 Committer: Allen Wittenauer <[email protected]> Committed: Wed Apr 13 09:10:55 2016 -0700 ---------------------------------------------------------------------- .../source/documentation/in-progress/releasedocmaker.md | 7 +++++++ 1 file changed, 7 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/yetus/blob/c693c346/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 71d6619..359dd29 100644 --- a/asf-site-src/source/documentation/in-progress/releasedocmaker.md +++ b/asf-site-src/source/documentation/in-progress/releasedocmaker.md @@ -21,6 +21,7 @@ releasedocmaker =============== * [Purpose](#Purpose) +* [Requirements](#Requirements) * [Basic Usage](#Basic_Usage) * [Changing the Header](#Changing_the_Header) * [Multiple Versions](#Multiple_Versions) @@ -40,6 +41,12 @@ All of these methods have their pros and cons. Some have issues with accuracy. In order to solve these problems, releasedocmaker was written to automatically generate a changelog and release notes by querying Apache's JIRA instance. +# Requirements + +* Python 2.5 with dateutil extension + +dateutil may be installed via pip: `pip install python.dateutil` + # Basic Usage Minimally, the name of the JIRA project and a version registered in JIRA must be provided:
