Skip to content

chore(ci): publish package#624

Draft
avivkeller wants to merge 1 commit intomainfrom
publish
Draft

chore(ci): publish package#624
avivkeller wants to merge 1 commit intomainfrom
publish

Conversation

@avivkeller
Copy link
Member

@avivkeller avivkeller commented Mar 1, 2026

Fixes #568 by publishing the library as @node-core/doc-kit[^1]

Blocked by: nodejs/admin#1046

Copilot AI review requested due to automatic review settings March 1, 2026 01:46
@avivkeller avivkeller requested a review from a team as a code owner March 1, 2026 01:46
@vercel
Copy link

vercel bot commented Mar 1, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
api-docs-tooling Ready Ready Preview Mar 5, 2026 3:01pm

Request Review

@codecov
Copy link

codecov bot commented Mar 1, 2026

Codecov Report

❌ Patch coverage is 0% with 1 line in your changes missing coverage. Please review.
✅ Project coverage is 75.90%. Comparing base (acb4c34) to head (ba8cc53).

Files with missing lines Patch % Lines
bin/cli.mjs 0.00% 1 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##             main     #624   +/-   ##
=======================================
  Coverage   75.90%   75.90%           
=======================================
  Files         145      145           
  Lines       13735    13735           
  Branches      992      992           
=======================================
  Hits        10426    10426           
  Misses       3303     3303           
  Partials        6        6           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@github-actions
Copy link

github-actions bot commented Mar 1, 2026

orama-db Generator

File Base Head Diff
orama-db.json 8.04 MB 8.04 MB +1.79 KB (+0.02%)

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds the missing metadata and CI automation needed to publish this repository’s npm package (@nodejs/doc-kit) when the version is bumped on main, aligning with the goal of automated releases.

Changes:

  • Add a version field to package.json.
  • Update npm-shrinkwrap.json to include the package version metadata.
  • Introduce a new GitHub Actions workflow to publish to npm and send a Slack notification.

Reviewed changes

Copilot reviewed 2 out of 3 changed files in this pull request and generated 5 comments.

File Description
package.json Adds an explicit package version required for npm publishing.
npm-shrinkwrap.json Records the package version in the shrinkwrap metadata.
.github/workflows/publish.yml Adds an automated npm publish workflow gated by a version change check.
Files not reviewed (1)
  • npm-shrinkwrap.json: Language not supported

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Copy link
Member

@AugustinMauroy AugustinMauroy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGMT !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Automate npm publication as @node-core/doc-kit with version bump workflow

5 participants