From 076b6cec0f7afb44801030484a0f4ad430d40856 Mon Sep 17 00:00:00 2001 From: Willy Tarreau Date: Sat, 16 Apr 2022 12:06:07 +0200 Subject: [PATCH] SCRIPTS: announce-release: add shortened links to pending issues The list of URLs now also adds pending bugs, reviewed bugs, and code reports. The redirect is performed on haproxy.org since github URLs are far too large here. --- scripts/announce-release | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/announce-release b/scripts/announce-release index 3e16fb3be..25107887f 100755 --- a/scripts/announce-release +++ b/scripts/announce-release @@ -220,6 +220,9 @@ fi echo " Git repository : http://git.haproxy.org/git/${gitdir}/" echo " Git Web browsing : http://git.haproxy.org/?p=${gitdir}" echo " Changelog : http://www.haproxy.org/download/${BRANCH}/src/CHANGELOG" + echo " Pending bugs : http://www.haproxy.org/l/pending-bugs" + echo " Reviewed bugs : http://www.haproxy.org/l/reviewed-bugs" + echo " Code reports : http://www.haproxy.org/l/code-reports" ) >> "$OUTPUT" # sign