]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
SCRIPTS: add the issue tracker URL to the announce script
authorWilly Tarreau <w@1wt.eu>
Tue, 29 Jan 2019 05:51:16 +0000 (06:51 +0100)
committerWilly Tarreau <w@1wt.eu>
Tue, 29 Jan 2019 05:51:16 +0000 (06:51 +0100)
This way it's easier for users to follow the status of pending issues
with each release.

scripts/announce-release

index 90a36c0de4228133827a62aa97cb447efb85171b..972d6ea937dfb65328ff11261817d0db38b6e4b7 100755 (executable)
@@ -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}"