Hi,
I wrote a patch that outputs the release notes in the CHANGELOG.txt format. I did this by adding the --changelog option.
Momentarily it only works if you use the --reverse option as well, but this is due to #1494488: git version 1.7.9, --reverse mandatory. Applying the patch in that issue solves that problem
| Comment | File | Size | Author |
|---|---|---|---|
| grn-changelog.patch | 5.28 KB | jelle_s |
Comments
Comment #1
jcnventuraJust what I wanted. This could really help in keeping my CHANGELOG.txt files current.
Please commit, asap. :) As I stated in #1494488: git version 1.7.9, --reverse mandatory, I don't need the reverse patch, and this patch works perfectly without it.
Comment #2
jcnventuraCommitted to git.
http://drupalcode.org/project/grn.git/commit/8cbe3ee
Comment #3
jcnventura