-
-
Notifications
You must be signed in to change notification settings - Fork 4.5k
chore: setup changesets #8668
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: setup changesets #8668
Conversation
@benmccann is attempting to deploy a commit to the Svelte Team on Vercel. A member of the Team first needs to authorize it. |
we have to verify that generating version.js happens and is correctly commited/tagged. see sveltejs/kit#9969 for a discussion around this. posted on changesets: changesets/changesets#1166 |
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.
l.g.t.m.
a l h o
u i e n
n n m o
c t e t
h e o
i d n
n o
g u
s
@tcc-sejohnson @dominikg one last thing I wanted to check on:
I'm not entirely sure what that's expected to cover. Right now |
If we don't include it in git, then we can just rely on having it called during release. which is not ok in my opinion. I think all imports from our src to our src should be pointing at files in the repo. This is partly why I was excited to see you calling build, so we could theoretically include the types here as well... |
Ah yeah, it'd need to be checked into git. That or we could run |
checking those files into git would help getting rid of the prepare script too |
Ok, I've added
Ah, I might have misunderstood that comment. I thought you were unhappy I was calling build 😆 The types seem a bit different. With those you'd probably want them generated alongside the PR that changed the function signature so that you can review them then instead of making it part of the release. But then we'd need some kind of check to ensure that's happening. I think I'll leave that for a separate PR if someone wants to take a stab at it |
chore: add test to ensure version.js and package.json are in sync
we still should make sure that all package.json files in this workspace that should not be published are |
Co-authored-by: Dominik G. <dominik.goepel@gmx.de>
we're okay for now. there's only two
|
#8648 adds the playground but that is private too 👍 just another thing to keep in mind during PR reviews. we won't be adding loads of package.json so the risk is relatively small |
This PR replaces @Conduitry with a robot as we all will be soon enough 🤖
Thank you @Conduitry for your tireless work managing releases and keeping the changelog tidy!
I plan to separately add a changeset for #8658 after this is committed