##// END OF EJS Templates
scripts/make-release: print out shortlog for inclusion in release announcements...
Thomas De Schampheleire -
r7500:08de75df default
parent child Browse files
Show More
@@ -52,6 +52,9 b" diff -u <((hg mani | grep -v '^\\.hg') | "
52 52 echo "Verify docs build"
53 53 python2 setup.py build_sphinx # the results are not actually used, but we want to make sure it builds
54 54
55 echo "Shortlog for inclusion in the release announcement"
56 scripts/shortlog.py "only('.', branch('stable') & tagged() & public() & not '.')"
57
55 58 cat - << EOT
56 59
57 60 Now, make sure
General Comments 0
You need to be logged in to leave comments. Login now