Skip to content
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

Use @next tag for development releases (keeping @latest more stable) #1591

Closed
carlopi opened this issue Jan 18, 2024 · 1 comment · Fixed by #1613
Closed

Use @next tag for development releases (keeping @latest more stable) #1591

carlopi opened this issue Jan 18, 2024 · 1 comment · Fixed by #1613
Labels
infra Infrastructure related issues

Comments

@carlopi
Copy link
Collaborator

carlopi commented Jan 18, 2024

This problem is affecting the latest release on npm, e.g.:

https://cdn.jsdelivr.net/npm/@duckdb/duckdb-wasm/+esm

I’m wondering if you intended to make 1.28.1-dev82.0 the current release (@latest tag), or if you intended for this to be a prerelease? Because this version still works:

https://cdn.jsdelivr.net/npm/@duckdb/duckdb-wasm@1.28.0/+esm

If you intend these to be prereleases, I’d recommend publishing them to the next tag, say using npm publish --tag next. (I wrote a guide on this some years back.)

Originally posted by @mbostock in #1561 (comment)

@mbostock
Copy link

To repoint the @latest tag back at the last stable release (1.28.0 instead of 1.28.1-dev99.0), you can run this command:

npm dist-tag add @duckdb/duckdb-wasm@1.28.0 latest

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
infra Infrastructure related issues
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants