Hi, It is different in three aspects:
1. It does not require passing git revision ranges as command line parameters. 2. It works on a per module basis instead of from the qt5 supermodule. 3. It includes the task number from the commit message. Simon Original Message From: Thiago Macieira Sent: Friday, February 26, 2016 17:59 To: [email protected] Subject: Re: [Development] change log creation tool (was: Re: Qt 5.6.0 missing change files) How is this different from the tool that already exists? On sexta-feira, 26 de fevereiro de 2016 12:34:45 PST Hausmann Simon wrote: > Hi, > > > To simplify the creation of the change files I have written a small tool > that facilitates this job. It's written in golang and you get install it by > simply running > > > go get code.qt.io/qt/qtqa.git/src/createchangelog > > > The binary will be placed in $GOPATH/bin. (If you are not familiar with go, > then you can also "cheat" and just set GOPATH=$PWD just to get this tool) > > Afterwards you can go into the git directory of the module you'd like to > create the change log, make sure you have the correct branch checked out > and simply run the program. It will read .qmake.conf to figure out the > version of the upcoming Qt release and it will use the output of "git tag > -l" to determine the previous release the change log should be made > against. Afterwards it will go through the changes between those the > previous release and HEAD and print "preliminary" ChangeLog file to > standard output. You can redirect the output and then do the usual manual > editing. > > > Simon > > ________________________________ > From: Releasing > <[email protected]> on > behalf of Heikkinen Jani <[email protected]> Sent: Friday, > February 19, 2016 11:42 > To: [email protected] > Cc: [email protected] > Subject: [Releasing] Qt 5.6.0 missing change files > > > Hi all, > > > We are planning to release Qt 5.6.0 RC really soon, hoping at the beginning > of next week. Final is targeted to be released within 2 weeks as well so we > need to get all change files done & in before it. Following change files > are still missing: > > > qtandroidextras > > qtbase (ongoing, see https://codereview.qt-project.org/#/c/149325/ ) > > [https://codereview.qt-project.org/static/logo_qt.png]<https://codereview.qt > -project.org/#/c/149325/> > > Qt - Gerrit Code Review<https://codereview.qt-project.org/#/c/149325/> > codereview.qt-project.org > Loading Gerrit Code Review... ... Qt Home; Qt Documentation; Qt-Project; > Planet Qt; Qt Repository Browser > > > > qtdeclarative > > qtdoc > > (qtenginio) > > qtmacextras > > qtmultimedia > > qtquickcontrols > > (qtscript) > > qtsensors > > qtsvg > > qttranslations > > qttools > > qtwayland > > qtwaylandqtwebchannel > > qtwebsockets > > qtx11extras > > qtxmlpatterns > > > Maintainers, make sure needed change files are done & in before wed 24th Feb > > > br, > > Jani -- Thiago Macieira - thiago.macieira (AT) intel.com Software Architect - Intel Open Source Technology Center _______________________________________________ Development mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/development _______________________________________________ Development mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/development
