diff options
author | 2021-08-18 09:07:04 -0700 | |
---|---|---|
committer | 2021-08-18 09:07:04 -0700 | |
commit | a20f07871030a32d52ac97c9a956e33ac13fd6de (patch) | |
tree | ebf793a3e811d37d95a038e6212146215bf001a6 | |
parent | c4e9ce3b14e403518ced74a16b9c7ba0f29c50e8 (diff) | |
download | astro-a20f07871030a32d52ac97c9a956e33ac13fd6de.tar.gz astro-a20f07871030a32d52ac97c9a956e33ac13fd6de.tar.zst astro-a20f07871030a32d52ac97c9a956e33ac13fd6de.zip |
Update CONTRIBUTING.md
-rw-r--r-- | CONTRIBUTING.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 92058d631..b9c60cf14 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -149,7 +149,7 @@ If you have gotten permission from the core contributors, you can enter into pre Exiting prerelease mode should happen once an experimental release is ready to go from `npm install astro@next` to `npm install astro`. Only a core contributor run these steps. These steps should be run before -- Run: `yarn changeset pre enter next` in the project root +- Run: `yarn changeset pre exit` in the project root - Create a new PR from the changes created by this command. - Review, approve, and more the PR to enter prerelease mode. - If successful, The "Version Packages (next)" PR (if one exists) will now say "Version Packages". |