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.
This commit is contained in:
Willy Tarreau 2019-01-29 06:51:16 +01:00
parent d822013f45
commit 9589c3bce7
1 changed files with 1 additions and 0 deletions

View File

@ -156,6 +156,7 @@ fi
echo " Site index : http://www.haproxy.org/" echo " Site index : http://www.haproxy.org/"
echo " Discourse : http://discourse.haproxy.org/" echo " Discourse : http://discourse.haproxy.org/"
echo " Slack channel : https://slack.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 " Sources : http://www.haproxy.org/download/${BRANCH}/src/"
echo " Git repository : http://git.haproxy.org/git/${gitdir}/" echo " Git repository : http://git.haproxy.org/git/${gitdir}/"
echo " Git Web browsing : http://git.haproxy.org/?p=${gitdir}" echo " Git Web browsing : http://git.haproxy.org/?p=${gitdir}"