feat: npm distribution channel + release v0.8.1#10
Closed
RodCor wants to merge 3 commits into
Closed
Conversation
Bump workspace version 0.8.0 -> 0.8.1 and finalize the CHANGELOG entry for the npm distribution channel. Tagging v0.8.1 triggers the release pipeline: binary matrix + GitHub Release, then the gated crates.io and npm publish jobs. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Owner
Author
|
Superseded: the npm work already landed on main via #9. Cutting v0.8.1 as a focused version-bump PR instead. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds an npm distribution channel for Kimetsu (esbuild/turbo style) and cuts v0.8.1.
What's new
npm install -g kimetsuinstalls the prebuilt native binary — no Rust toolchain.@kimetsu/{linux-x64,darwin-x64,darwin-arm64,win32-x64}) selected viaoptionalDependencies; thinbin/cli.jslauncher execs the matching binary. No postinstall (works under--ignore-scripts).KIMETSU_NPM_FLAVOR=embeddings.publish-npmjob inrelease.yml(mirrors the crates.io gate), reusing the existing lean release archives.Release
v0.8.1.v0.8.1after merge triggers the binary matrix + GitHub Release, then the crates.io and npm publish jobs.Verification (local)
kimetsu.exe:--version, arg forwarding, exit-code propagation, and embeddings-fetch fallback to lean.npm pack --dry-run: 4 files, no binary bundled.cargo check --lockedclean at 0.8.1.🤖 Generated with Claude Code