From 8a16ef311b8fe45389ecb721fbfa795d055a8683 Mon Sep 17 00:00:00 2001 From: Michael Robinson <68482867+merobi-hub@users.noreply.github.com> Date: Tue, 26 Apr 2022 13:38:38 -0400 Subject: [PATCH] add release process language to RELEASING.md (#1968) Signed-off-by: Michael Robinson --- RELEASING.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/RELEASING.md b/RELEASING.md index 6ba83297b5..7235704078 100644 --- a/RELEASING.md +++ b/RELEASING.md @@ -18,4 +18,16 @@ 6. Before closing the project board for the _current_ release, move any open issues to the project board created in **step 5** 7. Draft a [new release](https://github.com/MarquezProject/marquez/releases/new) using the release notes for `X.Y.Z` in **step 1** as the release description: - ![](./docs/assets/images/new-release.png) \ No newline at end of file + ![](./docs/assets/images/new-release.png) + +# Voting on Releases + +Anyone may request a new release of the project in the #general Slack channel. + +After one is proposed, committers have 48 hours to give a +1 or -1. + +Three +1s authorize the release. + +Alternatively, if after 2 days the release has received at least one +1 and no -1s, the release is also authorized. + +If the proposed release receives no +1s in two days, it is not authorized and the proposer must make a new request to reset the clock. \ No newline at end of file