Skip to content

Add npm publish workflow - #89

Merged
ochafik merged 4 commits into
mainfrom
ochafik/npm-publish-workflow
Dec 8, 2025
Merged

Add npm publish workflow#89
ochafik merged 4 commits into
mainfrom
ochafik/npm-publish-workflow

Conversation

@ochafik

@ochafik ochafik commented Dec 8, 2025

Copy link
Copy Markdown
Contributor

Support releasing to https://www.npmjs.com/package/@modelcontextprotocol/ext-apps

  • Add .github/workflows/npm-publish.yml triggered on GitHub releases
    • Runs build and test jobs before publishing
    • Uses NPM_TOKEN secret with OIDC provenance
    • Smart npm tagging: latest, beta, or release-X.Y
  • Add prepack hook to package.json for automatic builds
  • Move bun from dependencies to devDependencies
  • Add npm test step to CI workflow

🤖 Generated with Claude Code

- Add .github/workflows/npm-publish.yml triggered on GitHub releases
  - Runs build and test jobs before publishing
  - Uses NPM_TOKEN secret with OIDC provenance
  - Smart npm tagging: latest, beta, or release-X.Y
- Add prepack hook to package.json for automatic builds
- Move bun from dependencies to devDependencies
- Add npm test step to CI workflow

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
@pkg-pr-new

pkg-pr-new Bot commented Dec 8, 2025

Copy link
Copy Markdown

Open in StackBlitz

npm i https://pkg.pr.new/modelcontextprotocol/ext-apps/@modelcontextprotocol/ext-apps@89

commit: 8cf7deb

Comment thread .github/workflows/npm-publish.yml Fixed
Comment thread .github/workflows/npm-publish.yml Fixed
ochafik and others added 3 commits December 8, 2025 16:19
- Getting started and development process for contributors
- Pull request guidelines
- Maintainer section with:
  - Repository setup (NPM_TOKEN, release environment)
  - Step-by-step release publishing instructions
  - npm tag documentation (latest, beta, release-X.Y)
  - Maintenance release workflow
  - Pre-release testing via pkg-pr-new

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
…n permissions

Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
@ochafik
ochafik marked this pull request as ready for review December 8, 2025 20:59

@antonpk1 antonpk1 left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

let's goo

@ochafik
ochafik merged commit 2d842a3 into main Dec 8, 2025
8 checks passed
@ochafik
ochafik deleted the ochafik/npm-publish-workflow branch December 13, 2025 12:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants