-
Notifications
You must be signed in to change notification settings - Fork 475
add rfc on adding changesets #6561
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
43995e4 to
e60e7f3
Compare
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
e60e7f3 to
48ee56b
Compare
|
ccae5bf to
7c504c0
Compare
## Summary Adds a [new doc](https://github.com/highlight/highlight/blob/c99084498ced39240f90a39de3606a4942b3fcfb/internal-docs/rfcs/003-changesets.md) on using changesets to publish js packages. Configures changesets for our monorepo. In short, run `yarn changeset` locally when making changes to published js packages. ## How did you test this change? CI ## Are there any deployment considerations? Will monitoring github action in main. ## Does this work require review from our design team? No
Summary
Adds a new doc on using changesets to publish js packages.
Configures changesets for our monorepo.
In short, run
yarn changesetlocally when making changes to published js packages.How did you test this change?
CI
Are there any deployment considerations?
Will monitoring github action in main.
Does this work require review from our design team?
No