duckdb / duckdb-wasm

WebAssembly version of DuckDB
https://shell.duckdb.org
MIT License
1.03k stars 113 forks source link

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

Closed carlopi closed 5 months ago

carlopi commented 5 months ago

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 https://github.com/duckdb/duckdb-wasm/issues/1561#issuecomment-1888346358

mbostock commented 5 months ago

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