Pull back the changelog generation to the simplest thing that can possibly work

This commit is contained in:
Alex Young
2014-02-25 17:24:25 +00:00
parent 2fa1ce8e6b
commit ffa45879d7
3 changed files with 7 additions and 579 deletions

2
changelog.template Normal file
View File

@@ -0,0 +1,2 @@
header = 'flexnbd ({latesttag}-{rev}) stable; urgency=low\n\n'
changeset = ' * {desc|strip|firstline} [r{rev}]\n\n -- {author|person} <{author|email}> {date|rfc822date}\n\n'