From ef8345b4585201bac7318062f79122b160294766 Mon Sep 17 00:00:00 2001 From: jonathantneal Date: Mon, 7 Feb 2022 18:40:55 +0000 Subject: [PATCH] [ci] yarn format --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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!