| Issue 1272: | Scripts to create release note from git log | |
| 1 person starred this issue and may be notified of changes. | Back to list |
Making a release not is a time consuming task. In the past this process is done mostly by hand. We need a script that can generate an asciidoc document from the output of gitlog.
Feb 24, 2012
gitlog2asciidoc.pl is an orginal perl script that create only list of commit subject in asciidoc format. I decide to create script in python so that it can automatically update issue status later on. Currently we need to use gitlog2asciidoc.sh as starter file because I am having problem running git log within python script. gitlog2asciidoc.sh will create a file from executing git log then gitlog2asciidoc.py will further format the output to be the release note format.
Feb 24, 2012
Latest files.
Feb 29, 2012
(No comment was entered for this change.)
Status:
Started
May 25, 2012
(No comment was entered for this change.)
Status:
Released
Labels: FixedIn-2.4 |
|
| ► Sign in to add a comment |
Owner: deens...@gmail.com