From d51459e690844653521a39c8e5aff2cb4d50aeb6 Mon Sep 17 00:00:00 2001 From: Tim Nugent Date: Tue, 12 Jul 2022 12:33:32 +1000 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 0ba0836a0..65be4fbc7 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -30,7 +30,7 @@ Here are a few things you can do that will increase the likelihood of your pull ### Branches -All of Yarn Spinner's in-progress work happens on the `develop` branch. When we make a release, we merge from `develop` into `main`. This means that `main` is always in a releasable state. +All of Yarn Spinner's in-progress work happens on the `main` branch. When we make a release, we create a new release directly from `main`. This means that `main` is always in a state of flux. ### Code and other contributions