changeset 7589:08de75df7775

scripts/make-release: print out shortlog for inclusion in release announcements The revset should generate the correct list compared with the last tagged release on the stable branch. The same revset should be used as a basis for release notes.
author Thomas De Schampheleire <thomas.de_schampheleire@nokia.com>
date Tue, 19 Mar 2019 21:43:59 +0100
parents e4452268c09f
children de92f48c1375
files scripts/make-release
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/make-release	Mon Mar 18 23:04:20 2019 +0100
+++ b/scripts/make-release	Tue Mar 19 21:43:59 2019 +0100
@@ -52,6 +52,9 @@
 echo "Verify docs build"
 python2 setup.py build_sphinx # the results are not actually used, but we want to make sure it builds
 
+echo "Shortlog for inclusion in the release announcement"
+scripts/shortlog.py "only('.', branch('stable') & tagged() & public() & not '.')"
+
 cat - << EOT
 
 Now, make sure