From 9589c3bce78a28fc75978b26168e912455d2b525 Mon Sep 17 00:00:00 2001 From: Willy Tarreau Date: Tue, 29 Jan 2019 06:51:16 +0100 Subject: [PATCH] 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. --- scripts/announce-release | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/announce-release b/scripts/announce-release index 90a36c0de..972d6ea93 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}"