NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
writing changes files from git (Score:2)
I don't actually write the Changes file directly from git, but I find this command rather helpful when preparing a new release:
Which prints the summary of all changes since the last release (= last git tag). In fact I added this (and a few variations) to my .gitconfig, like this:
Re:writing changes files from git (Score:1)
neat tip, thanks domm!
Reply to This
Parent