Changes

Jump to: navigation, search

What to do for a release

61 bytes added, 18:10, 3 December 2016
m
Include ChangeLog files
==Include ChangeLog files==
git checkout <tag>
git log v{{version}}.. --pretty --numstat --summary --no-merges | git2cl > ChangeLog
git log v{{version}}.. --pretty --numstat --summary --no-merges -- po/*.po | git2cl > po/ChangeLog
git commit -am "Update ChangeLog files"
The <tt>Changelog</tt> files generated with <tt>git2cl</tt>.

Navigation menu