Commit 472e7083 for quagga.net

commit 472e7083ae3ab27eaac96760fca1716d91aca59f
Author: Paul Jakma <paul@jakma.org>
Date:   Sun Feb 4 20:18:06 2018 +0000

    release/scripts: Add short subject log location to print out

    * The short, by subject log is useful too, include its location in summary

diff --git a/release.sh b/release.sh
index d57ea981..5792ecbd 100755
--- a/release.sh
+++ b/release.sh
@@ -64,6 +64,10 @@ Release files are in ${TMPDIR}/a:
 	${TMPDIR}/a/${REL}.tar.gz.asc
 	${TMPDIR}/a/${REL}.changelog.txt

+Changelog summary (subjects) is at:
+
+	${TMPDIR}/a/${REL}.subjects.txt
+
 If you need to redo the release, you must delete the tag first:

 	git tag -d ${REL}