turborepo
70aff121 - fix: package name in with-changesets release job (#9971)

Commit
1 year ago
fix: package name in with-changesets release job (#9971) ### Description Currently the release job points to the `docs` package. This is incorrect as the package is actually called `@acme/docs` causing the following error: ![Screenshot 2025-02-14 at 11 15 42 AM](https://github.com/user-attachments/assets/bbc759a5-9901-4749-8f58-663fa7a222eb) This pull request changes filter name to `@acme/docs` fixing the job. ![Screenshot 2025-02-14 at 11 30 45 AM](https://github.com/user-attachments/assets/375dc309-a0cd-4d11-9cc1-23a70ee93d24) This pull request also updates the documentation to reflect the actual package name. ### Testing Instructions Navigate to the `with-changesets` example and run `pnpm release` --------- Co-authored-by: Chris Olszewski <chris.olszewski@vercel.com>
Author
Parents
Loading