-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Remove 'Update latest tag on published packages' step #686
Comments
is that just a matter of removing Line 12 in d1925cf
pre mode as far as changesets is concerned, and publish packages with a -next.n version suffix?
if so then 👍 this probably makes sense, though presumably we'd need to do some deprecated |
We need to call changeset publish to get other tags and releases in the repo rather than recursively publishing manually. |
but |
You're right, i'm not sure how we add additional tags for specific releases, I'll look into that.
It will, yes. |
latest
latest
and next
|
we are using kit/.github/workflows/release.yml Line 32 in 32a7ccf
This action emits outputs that could be used to generate
problems:
edit:
|
latest
and next
Rather than close this and create another issue, I've renamed the title to remind us to remove this stuff once we exit kit/.github/workflows/release.yml Lines 43 to 54 in f0df782
|
@Rich-Harris Can we close this? |
Yes we can :) |
https://www.npmjs.com/package/@sveltejs/kit shows an old version of the README and people continually run into issues installing the
latest
instead ofnext
packageThe text was updated successfully, but these errors were encountered: