From: Willy Tarreau Date: Wed, 19 Dec 2018 17:59:51 +0000 (+0100) Subject: SCRIPTS: add the slack channel URL to the announce script X-Git-Tag: v1.9.0~3 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d6cad12d1aa4786fcb4f6003df3e9593d7e34c19;p=thirdparty%2Fhaproxy.git SCRIPTS: add the slack channel URL to the announce script It's just to provide the URL in the usual URLs when releasing. --- diff --git a/scripts/announce-release b/scripts/announce-release index c4045ae677..90a36c0de4 100755 --- a/scripts/announce-release +++ b/scripts/announce-release @@ -155,6 +155,7 @@ fi (echo "Please find the usual URLs below :" echo " Site index : http://www.haproxy.org/" echo " Discourse : http://discourse.haproxy.org/" + echo " Slack channel : https://slack.haproxy.org/" 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}"