From e71d01f851d4a57d71c9321896681011414a5bcd Mon Sep 17 00:00:00 2001 From: plebhash Date: Mon, 4 Mar 2024 10:14:00 +0000 Subject: [PATCH] specify main branch --- RELEASE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RELEASE.md b/RELEASE.md index f3ef0f630b..98d0dbe95b 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -73,6 +73,6 @@ be published are published. Running `cargo release` in the various workspace help to prepare the version number and everything. -Every PR needs to increase the version of whatever crate it is touching. Otherwise, we will mess up the dependency chain of whoever is fetching from crates.io +Every PR to `main` needs to increase the version of whatever crate it is touching. Otherwise, we will mess up the dependency chain of whoever is fetching from crates.io Every time we bump some crate's version, `release-libs.yaml` is automatically triggered in order to update crates.io