diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b9b307bdbd..7bb42156f7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -51,7 +51,9 @@ jobs: # publish to npm. - name: 🚀 PR / Publish id: changesets - uses: changesets/action@v1.5.3 + # PLEASE KEEP THIS PINNED TO 1.4.10 to avoid a regression in 1.5.* + # See https://github.com/changesets/action/issues/465 + uses: changesets/action@v1.4.10 with: version: pnpm run changeset:version commit: "chore: Update version for release" diff --git a/docs/upgrading/component-routes.md b/docs/upgrading/component-routes.md index 8185730d92..6b4f7824b1 100644 --- a/docs/upgrading/component-routes.md +++ b/docs/upgrading/component-routes.md @@ -248,7 +248,7 @@ export default function Component() { ## 7. Boot the app -At this point you should be able to to boot the app and see the root layout. +At this point you should be able to boot the app and see the root layout. **👉 Add `dev` script and run the app**