summaryrefslogtreecommitdiffstats
path: root/src/createchangelog/main_test.go
Commit message (Collapse)AuthorAgeFilesLines
* Add support for task-number extractionSimon Hausmann2016-02-261-0/+16
| | | | | | | Prefix the change log text with the task number if present in the commit message. Change-Id: I01d291e3cace49620e6a681097bfa6fce156e6f7 Reviewed-by: Robin Burchell <robin.burchell@viroteck.net>
* Added little helper tool to create an initial changelog template for a moduleSimon Hausmann2016-02-261-0/+44
Simply run the binary in the module directory with the correct branch checked out. The tool will peek at .qmake.conf to figure out the current version and run git tag -l to see what the previous version is. The resulting change log requires manual editing, but it is a start. Change-Id: I975c0d7a74fee8cab2ae6f400972c5dbc73ff367 Reviewed-by: Robin Burchell <robin.burchell@viroteck.net>