Skip to content

Adding publish npm package workflow#39

Merged
kevwilliams merged 2 commits intomainfrom
feat/adding-npm-publish
Feb 22, 2026
Merged

Adding publish npm package workflow#39
kevwilliams merged 2 commits intomainfrom
feat/adding-npm-publish

Conversation

@kevwilliams
Copy link
Copy Markdown
Contributor

A reusable GitHub Action that automatically versions and publishes a pnpm monorepo package to npm.

It detects changes to the package path on every push to main, determines the version bump type from PR labels (release:major, release:minor, or patch as the default), commits the version bump, and publishes with npm provenance.

scotwells
scotwells previously approved these changes Feb 22, 2026
@kevwilliams kevwilliams merged commit fe7af0b into main Feb 22, 2026
2 checks passed
@kevwilliams kevwilliams deleted the feat/adding-npm-publish branch February 22, 2026 01:23
@kevwilliams kevwilliams restored the feat/adding-npm-publish branch February 23, 2026 17:23
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.

2 participants