diff options
author | P. J. McDermott <pjm@nac.net> | 2011-11-07 19:42:26 (EST) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2011-11-07 19:42:26 (EST) |
commit | 2b5aecabe3c19e03e0ed11e8e3f0a1d428505b4c (patch) | |
tree | 523ba3e1320ebcf649762b8ac5c648a5214f030b /projects | |
parent | 583131a5290547f9453d934bfd977d17e3df426e (diff) | |
download | www-2b5aecabe3c19e03e0ed11e8e3f0a1d428505b4c.zip www-2b5aecabe3c19e03e0ed11e8e3f0a1d428505b4c.tar.gz www-2b5aecabe3c19e03e0ed11e8e3f0a1d428505b4c.tar.bz2 |
Add 'projects/changelog-gen/index.html'.
Diffstat (limited to 'projects')
-rwxr-xr-x | projects/changelog-gen/index.html | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/projects/changelog-gen/index.html b/projects/changelog-gen/index.html new file mode 100755 index 0000000..86c3972 --- /dev/null +++ b/projects/changelog-gen/index.html @@ -0,0 +1,36 @@ +<!--#set var="title" value="changelog-gen" --> +<!--#include virtual="../../includes/header.html" --> +<h2>changelog-gen</h2> +<p> + A UNIX shell script to generate a change log from "CHANGE:" tags found in + Git commit messages. +</p> +<h3>Getting changelog-gen</h3> +<p> + Download or browse the repository currently hosted on Gitorious:<br> + <a href="https://gitorious.org/pehjotas-tools/changelog-gen"><https://gitorious.org/pehjotas-tools/changelog-gen></a> +</p> +<p> + See the "README" file for help with changelog-gen. +</p> +<p> + You may share and modify this software under the terms of the Expat license. + See "changelog-gen.sh" for details. +</p> +<h3>Changes</h3> +<p>Version 0.2.1:</p> +<ul> + <li>Fixed: Commits contained by multiple tags can pollute the changelog.</li> + <li>Accept an optional filename (or "-" for standard output) as an + argument.</li> +</ul> +<p>Version 0.2.0:</p> +<ul> + <li>Add help and version options.</li> + <li>Group changelog entries by formatted Git tags.</li> +</ul> +<p>Version 0.1.0:</p> +<ul> + <li>Initial release.</li> +</ul> +<!--#include virtual="../../includes/footer.html" --> |