CONTRIB: release-estimator: Add release estimating tool
authorDaniel Corbett <dcorbett@haproxy.com>
Thu, 22 Oct 2020 15:19:55 +0000 (11:19 -0400)
committerWilly Tarreau <w@1wt.eu>
Sat, 24 Oct 2020 10:27:17 +0000 (12:27 +0200)
commite2370307bee0098bc9bbca51788322f3f3dc4dbc
tree4148ba3acedaf2f5e157bb487cb6e62c62e6fd11
parentb1faf48222601ce3b3cc62b1d3e74f330db2eaea
CONTRIB: release-estimator: Add release estimating tool

This tool monitors the HAProxy stable branches and calculates a proposed
release date for the next minor release based on the bug fixes that are in
the queue.

Print only:
    ./release-estimator.py --print

Send email:
    ./release-estimator.py --send-mail --from-email from@domain.local --to-email to@domain.local

See contrib/release-estimator/README.md for details.
contrib/release-estimator/README.md [new file with mode: 0644]
contrib/release-estimator/release-estimator.py [new file with mode: 0755]