commit | e2370307bee0098bc9bbca51788322f3f3dc4dbc | [log] [tgz] |
---|---|---|
author | Daniel Corbett <dcorbett@haproxy.com> | Thu Oct 22 11:19:55 2020 -0400 |
committer | Willy Tarreau <w@1wt.eu> | Sat Oct 24 12:27:17 2020 +0200 |
tree | 4148ba3acedaf2f5e157bb487cb6e62c62e6fd11 | |
parent | b1faf48222601ce3b3cc62b1d3e74f330db2eaea [diff] |
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.