From ff468f242c1e72a4d254429dba5e0294c6ce9281 Mon Sep 17 00:00:00 2001 From: Vicente Canales <1157901+vcanales@users.noreply.github.com> Date: Thu, 21 Oct 2021 17:56:52 -0300 Subject: [PATCH] remove consecutive rc warning (#35855) As of https://github.com/WordPress/gutenberg/pull/25971, the release process does support releasing multiple RCs. --- docs/contributors/code/release.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/contributors/code/release.md b/docs/contributors/code/release.md index bd2f10640196c..a41bf1de0a9b7 100644 --- a/docs/contributors/code/release.md +++ b/docs/contributors/code/release.md @@ -20,8 +20,6 @@ If critical bugs are discovered on stable versions of the plugin, patch versions ### Release Tool -> Note that at the time of writing, the tool doesn't support releasing consecutive RC releases. However, it is possible to use the tool for patch releases following the first stable release. - The plugin release process is entirely automated and happens solely on GitHub -- i.e. it doesn't require any steps to be run locally on your machine. For your convenience, here's an [11-minute video walkthrough](https://youtu.be/TnSgJd3zpJY) that demonstrates the release process. It's recommended to watch this if you're unfamiliar with it. The process is also documented in the following paragraphs.