Tennix 0.3.1
[tennix.git] / doc / generating_changelog.txt
blobf4362e61da1be13ce2a3dba2587d0ef54c315c20
1 First line should be like this:
3 Tennix 0.x.y (DATE)
5 Create commit summary information:
6   git log previousreleasetagname..thisreleasetagname | git shortlog
8 Edit the commit summary information by formatting lines so that
9 they start with a tabulator, followed by an asterisk, followed by 
10 a space character and then the commit message, like this:
12         * asdf
14 Add a "#######..." line as delimiter