From 0d7e127bc702926675c99a55d999eec0c3ab8524 Mon Sep 17 00:00:00 2001 From: gotjosh Date: Tue, 5 Sep 2023 14:09:34 +0100 Subject: [PATCH] Define a `RELEASE.MD` for the Alertmanager Project (#3445) * Define a `RELEASE.MD` for the Alertmanager Project Will helps us get to a more regular cadance of releases. Signed-off-by: gotjosh --------- Signed-off-by: gotjosh --- RELEASE.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 RELEASE.md diff --git a/RELEASE.md b/RELEASE.md new file mode 100644 index 00000000..cd9a4eca --- /dev/null +++ b/RELEASE.md @@ -0,0 +1,15 @@ +# Releases +This page describes the release process and the currently planned schedule for upcoming releases as well as the respective release shepherd. Release shepherds are chosen on a voluntary basis. + +## Release Schedule + +Release cadence of first pre-releases being cut is 12 weeks. + +| release series | date (year-month-day) | release shepherd | +|----------------|-----------------------|-------------------------------| +| v0.26 | 2023-08-23 | Josh Abreu (Github: @gotjosh) | +| v0.27 | 2023-11-01 | Josh Abreu (Github: @gotjosh) | + +If you are interested in volunteering please create a pull request against the [prometheus/alertmanager](https://github.com/prometheus/alertmanager) repository and propose yourself for the release of your choice. + +If you'd like to know more about the shepherd responsibilities or the release instructions please [refer to the `RELEASE.MD`](https://github.com/prometheus/prometheus/blob/main/RELEASE.md) in [prometheus/prometheus](https://github.com/prometheus/prometheus).