Neater changlog format.
This commit is contained in:
parent
3cd5769708
commit
a7eae4f549
1356
CHANGELOG.md
1356
CHANGELOG.md
File diff suppressed because it is too large
Load Diff
|
@ -157,4 +157,4 @@ if __name__ == '__main__':
|
||||||
|
|
||||||
# Print commits excluding merges
|
# Print commits excluding merges
|
||||||
if not c.comment.startswith('Merge branch') and not c.comment.startswith('Merge pull'):
|
if not c.comment.startswith('Merge branch') and not c.comment.startswith('Merge pull'):
|
||||||
print('* %s [%s](%s "show commit") %s %s\n' % (c.date, c.hash[:7], url + '/commit/' + c.hash, initials(c.author), fixup_comment(c.comment)), file = file)
|
print('* %s [`%s`](%s "show commit") %s %s\n' % (c.date, c.hash[:7], url + '/commit/' + c.hash, initials(c.author), fixup_comment(c.comment)), file = file)
|
||||||
|
|
Loading…
Reference in New Issue