diff options
author | 2021-09-24 10:41:18 -0700 | |
---|---|---|
committer | 2021-09-24 10:41:18 -0700 | |
commit | 2f902aa1c0aae5836007d293a7ab0b09b0c6b8d9 (patch) | |
tree | 37b8f7bf3347f0011612c45f2f530c79958f0df5 | |
parent | cb5d45bd2fae7f337eb23cb1496ebc622a944134 (diff) | |
download | astro-2f902aa1c0aae5836007d293a7ab0b09b0c6b8d9.tar.gz astro-2f902aa1c0aae5836007d293a7ab0b09b0c6b8d9.tar.zst astro-2f902aa1c0aae5836007d293a7ab0b09b0c6b8d9.zip |
Update CONTRIBUTING.md
Diffstat (limited to '')
-rw-r--r-- | CONTRIBUTING.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 71f5390b6..5536ba147 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 |