-
Notifications
You must be signed in to change notification settings - Fork 483
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
chore(release): publish v3.35.3 packages #4256
Conversation
docs(contributing): add notes about testing local changes
Well that failed quickly.
is something that needs to fixed manually.
[EDIT] Which is strange, because |
Okay I just got a chance to check this out.
At first I was confused by this, but then I realized I was reading it wrong. This error is saying "The Meaning, these versions are out of sync. If you bump the peerDependency in clay-shared so that it is dependent on As for running |
This was causing an error when running `yarn checkDeps` Since this is a `peerDependency` I'm assuming this can only be done manually, and since this will be commited in a draft pull request we can always revert this change if that's not the way to fix it.
@bryceosterhaus thanks for the help and time. Concerning the first error, you were right I did have to bump manually, Everything else concerning the release process went fine. Before running find packages/ -mindepth 2 -maxdepth 2 -name lib -type d | xargs rm -rf {} Which worked fine for me (and that we could use), but since I'm Anyway, even if I'm going to delete this branch in a bit, |
@julien yeah, unfortunately as
Yeah that worked fine on my machine I think it would be safe to add that. I'm not sure if we should add this to a script, maybe just as part of the release process. |
Great, thanks for notifying. I think I can edit the release process document to include that - it's a very simple command so I agree that we don't need a script (or npm script) for that either |
Closing this, since it was a "test run" pull request :) Thanks for the help guys. |
This is me just testing the steps described in
the release process, so I'll make this a draft, but I still would
like to see it pass.
@matuzalemsteles, @bryceosterhaus if you have time
and see anything fishy, let me know. Thanks