diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 11b4d8a9a..2737004f7 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -192,7 +192,7 @@ When in prerelease mode, the automatic PR release process will no longer release 1. Run `yarn changeset version` to create your new release. 1. Run `yarn release` to publish your new release. 1. Run `git push && git push --tags` to push your new release to GitHub. -1. Run `git push release/0.X:latest` to push your release branch to `latest`. +1. Run `git push release/0.X:latest` to push your release branch to `latest`. 1. Go to https://github.com/withastro/astro/releases/new and create a new release. Copy the new changelog entry from https://github.com/withastro/astro/blob/latest/packages/astro/CHANGELOG.md. 1. Post in Discord #announcements channel, if needed!