Document how to generate a good basic changelog directly from git
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
parent
57e03c50e2
commit
1758b94c5e
1 changed files with 7 additions and 0 deletions
|
@ -25,5 +25,12 @@ This is how you can use it:
|
|||
python generate_change guake
|
||||
|
||||
|
||||
Note: You can also generate a good basic changelog using::
|
||||
|
||||
git log --after=2018-01-28 --pretty=oneline \
|
||||
--format='%w(1000)**%h**%n* %cd %an <%ae>%n%w(60,0,2)- %s%n' \
|
||||
--date="format:%a %b %d %Y"
|
||||
|
||||
|
||||
|
||||
License: CC0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue