From e89f113be206265643f8f74679770ed77b751847 Mon Sep 17 00:00:00 2001
From: Sarah Aladetan <sarahkemi@github.com>
Date: Tue, 20 Sep 2022 13:21:38 -0700
Subject: [PATCH] add callout to checkout main when updating major version tag

---
 CONTRIBUTING.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 22ffb5109..1ecaf71ce 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -101,7 +101,7 @@ major version number (e.g. `v1`) in their workflows while
 automatically getting all the
 minor/patch updates.
 
-To do this just force-create a new annotated tag and push it:
+To do this just checkout `main`, force-create a new annotated tag, and push it:
 ```
 git tag -fa v2 -m "Updating v2 to 2.3.4"
 git push origin v2 --force