summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar FredKSchott <FredKSchott@users.noreply.github.com> 2022-07-20 21:12:42 +0000
committerGravatar fredkbot <fred+astrobot@astro.build> 2022-07-20 21:12:42 +0000
commit31142411b0966518eadfa12dfcec903dbdae7351 (patch)
treef599e87d9b995e2cf2d487fceaddc6dc763e3020
parentfe7cde41f5573625e5f3b07cb91e634d148eadea (diff)
downloadastro-31142411b0966518eadfa12dfcec903dbdae7351.tar.gz
astro-31142411b0966518eadfa12dfcec903dbdae7351.tar.zst
astro-31142411b0966518eadfa12dfcec903dbdae7351.zip
[ci] format
-rw-r--r--CONTRIBUTING.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index aa031ef66..2bc061988 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -152,7 +152,7 @@ To release a new version of Astro, find the `Version Packages` PR, read it over,
### Releasing PR preview snapshots
-Our release tool `changeset` has a feature for releasing "snapshot" releases from a PR or custom branch. These are npm package publishes that live temporarily, so that you can give users a way to test a PR before merging. This can be a great way to get early user feedback while still in the PR review process.
+Our release tool `changeset` has a feature for releasing "snapshot" releases from a PR or custom branch. These are npm package publishes that live temporarily, so that you can give users a way to test a PR before merging. This can be a great way to get early user feedback while still in the PR review process.
To run `changeset version` locally, you'll need to create a GitHub [personal access token](https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token) and set it as a `GITHUB_TOKEN` environment variable.