From aab148f943f208e9d169c5da99c45f96d3a5ac8e Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Mon, 22 Mar 2021 14:59:56 +0300 Subject: Document patch policy --- docs/dev/README.md | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs/dev') diff --git a/docs/dev/README.md b/docs/dev/README.md index b91013f13..bd31cceeb 100644 --- a/docs/dev/README.md +++ b/docs/dev/README.md @@ -226,6 +226,9 @@ If the GitHub Actions release fails because of a transient problem like a timeou If it fails because of something that needs to be fixed, remove the release tag (if needed), fix the problem, then start over. Make sure to remove the new changelog post created when running `cargo xtask release` a second time. +We release "nightly" every night automatically and "stable" every week manually. +We don't do "patch" releases, unless something truly egregious comes up. + # Permissions There are three sets of people with extra permissions: -- cgit v1.2.3 From 79b4c89b8959fe62ba31962dd4ec7609127970de Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Mon, 22 Mar 2021 15:08:04 +0300 Subject: Update docs/dev/README.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Laurențiu Nicola --- docs/dev/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/dev') diff --git a/docs/dev/README.md b/docs/dev/README.md index bd31cceeb..57162a47d 100644 --- a/docs/dev/README.md +++ b/docs/dev/README.md @@ -226,7 +226,7 @@ If the GitHub Actions release fails because of a transient problem like a timeou If it fails because of something that needs to be fixed, remove the release tag (if needed), fix the problem, then start over. Make sure to remove the new changelog post created when running `cargo xtask release` a second time. -We release "nightly" every night automatically and "stable" every week manually. +We release "nightly" every night automatically and promote the latest nightly to "stable" manually, every week. We don't do "patch" releases, unless something truly egregious comes up. # Permissions -- cgit v1.2.3