From 2f902aa1c0aae5836007d293a7ab0b09b0c6b8d9 Mon Sep 17 00:00:00 2001 From: "Fred K. Schott" Date: Fri, 24 Sep 2021 10:41:18 -0700 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 71f5390b6a..5536ba1477 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -103,6 +103,8 @@ yarn changeset version --snapshot XXX git checkout -- examples/ docs/ www/ # 3: yarn release --tag next--XXX +# 4: (Manual) review the publish, and if you're happy then you can throw out all local changes +git reset --hard ``` Full documentation: https://github.com/atlassian/changesets/blob/main/docs/snapshot-releases.md