Changes

Jump to: navigation, search

What to do for a release

95 bytes added, 16:31, 15 December 2016
m
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 > po/log.txt cat po/log.txt | git2cl > po/ChangeLog
git commit -am "Update ChangeLog files"
git push
The <code>Changelog</code> files generated with <code>git2cl</code>.
Pipe is broken on <code>po/ChangeLog</code> generation.
Will be also included on tarball generated by [[#Github|Github]].

Navigation menu