[PR #22] [MERGED] Add npm publishing #31

Closed
opened 2026-02-16 04:15:17 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/run-llama/semtools/pull/22
Author: @logan-markewich
Created: 9/7/2025
Status: Merged
Merged: 9/7/2025
Merged by: @logan-markewich

Base: mainHead: logan/npm_release


📝 Commits (5)

📊 Changes

7 files changed (+518 additions, -11 deletions)

View changed files

📝 .github/workflows/release.yml (+63 -8)
📝 Cargo.lock (+1 -1)
📝 Cargo.toml (+1 -1)
📝 README.md (+13 -1)
package-lock.json (+220 -0)
package.json (+53 -0)
scripts/install.js (+167 -0)

📄 Description

This is mostly vibe-coded, but initial testing tells me it works fine so eh


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/run-llama/semtools/pull/22 **Author:** [@logan-markewich](https://github.com/logan-markewich) **Created:** 9/7/2025 **Status:** ✅ Merged **Merged:** 9/7/2025 **Merged by:** [@logan-markewich](https://github.com/logan-markewich) **Base:** `main` ← **Head:** `logan/npm_release` --- ### 📝 Commits (5) - [`0b67fd8`](https://github.com/run-llama/semtools/commit/0b67fd840f03cdea4436d3347cd3d8a2745b5fd4) wip - [`8b34c3d`](https://github.com/run-llama/semtools/commit/8b34c3dd2cf4ed49a1ee5bef880c1325018a56f5) wip - [`73fc694`](https://github.com/run-llama/semtools/commit/73fc6948fe6014e620a3e71f7373df27e3ca583c) lock - [`87d9f18`](https://github.com/run-llama/semtools/commit/87d9f18c54ff9426d5cd0449f96421dc33011b4e) release workflow - [`14ac515`](https://github.com/run-llama/semtools/commit/14ac5154ab731c209a1c2f53cfc29814bcc9c395) readme ### 📊 Changes **7 files changed** (+518 additions, -11 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/release.yml` (+63 -8) 📝 `Cargo.lock` (+1 -1) 📝 `Cargo.toml` (+1 -1) 📝 `README.md` (+13 -1) ➕ `package-lock.json` (+220 -0) ➕ `package.json` (+53 -0) ➕ `scripts/install.js` (+167 -0) </details> ### 📄 Description This is mostly vibe-coded, but initial testing tells me it works fine so eh --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-16 04:15:17 -05:00
yindo closed this issue 2026-02-16 04:15:17 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: run-llama/semtools#31