-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
publishing-libraries docs: Changesets configuration [#9324] #9325
publishing-libraries docs: Changesets configuration [#9324] #9325
Conversation
…set version changes [vercel#9324]
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
@olets is attempting to deploy a commit to the Vercel Team on Vercel. A member of the Team first needs to authorize it. |
c5616fe
to
bdbd1c1
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for this!
Allow CI Workflow Run
Note: this should only be enabled once the PR is ready to go and can only be enabled by a maintainer |
Allow CI Workflow Run
Note: this should only be enabled once the PR is ready to go and can only be enabled by a maintainer |
Description
Fixes Docs: recommended publishing script only works if dev also enables changeset commits #9324
The minimum changed need to make the recommended publishing script work is to set Changesets'
commit
option1 to true.Also adds a note about how to publish public packages. Changesets' default configuration is for private packages.
Testing Instructions
publish-packages
script does not work to publish packages.Footnotes
https://github.com/changesets/changesets/blob/7323704dff6e76f488370db384579b86c95c866f/docs/config-file-options.md?plain=1#L19 ↩