# HG changeset patch # User Thomas De Schampheleire # Date 2019-03-19 20:43:59 # Node ID 08de75df77755ffd7b01a6fe3fafe6f7c1ec1902 # Parent e4452268c09ff9627f6f9dfdee7ddabfc2ed2424 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. diff --git a/scripts/make-release b/scripts/make-release --- a/scripts/make-release +++ b/scripts/make-release @@ -52,6 +52,9 @@ diff -u <((hg mani | grep -v '^\.hg') | 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