KF 5.2.0
David Faure
faure at kde.org
Sun Sep 14 07:34:37 UTC 2014
On Friday 12 September 2014 10:49:43 David Edmundson wrote:
> How are you generating that changelog?
>
> Plasma Framework has quite a few changes, which aren't listed.
> I assume we're forgetting to do something?
For this time, I used
for d in */; do cd $d ; ( echo $d ; git log v5.1.0.. ) | less ; cd .. ; done
(zsh rocks)
and wrote the changelog by hand.
But the longer term plan is for developers to use
CHANGELOG: blah blah
and extract that. Just needs communication and a script.
--
David Faure, faure at kde.org, http://www.davidfaure.fr
Working on KDE Frameworks 5
More information about the release-team
mailing list