From: Willy Tarreau Date: Tue, 29 Jan 2019 05:51:16 +0000 (+0100) Subject: SCRIPTS: add the issue tracker URL to the announce script X-Git-Tag: v2.0-dev1~143 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9589c3bce78a28fc75978b26168e912455d2b525;p=thirdparty%2Fhaproxy.git SCRIPTS: add the issue tracker URL to the announce script This way it's easier for users to follow the status of pending issues with each release. --- diff --git a/scripts/announce-release b/scripts/announce-release index 90a36c0de4..972d6ea937 100755 --- a/scripts/announce-release +++ b/scripts/announce-release @@ -156,6 +156,7 @@ fi echo " Site index : http://www.haproxy.org/" echo " Discourse : http://discourse.haproxy.org/" echo " Slack channel : https://slack.haproxy.org/" + echo " Issue tracker : https://github.com/haproxy/haproxy/issues" echo " Sources : http://www.haproxy.org/download/${BRANCH}/src/" echo " Git repository : http://git.haproxy.org/git/${gitdir}/" echo " Git Web browsing : http://git.haproxy.org/?p=${gitdir}"