diff options
Diffstat (limited to '.changeset/tasty-dryers-bathe.md')
-rw-r--r-- | .changeset/tasty-dryers-bathe.md | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/.changeset/tasty-dryers-bathe.md b/.changeset/tasty-dryers-bathe.md deleted file mode 100644 index 438597e13..000000000 --- a/.changeset/tasty-dryers-bathe.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -'@astrojs/upgrade': minor ---- - -Initial release! - -`@astrojs/upgrade` is an automated command-line tool for upgrading Astro and your official Astro integrations together. - -Inside of your existing `astro` project, run the following command to install the `latest` version of your integrations. - -**With NPM:** - -```bash -npx @astrojs/upgrade -``` - -**With Yarn:** - -```bash -yarn dlx @astrojs/upgrade -``` - -**With PNPM:** - -```bash -pnpm dlx @astrojs/upgrade -``` |