Publish NPM Version

Cuts the next release of Prisma 8: bumps the root package.json version (on the v8 RC line: 8.0.0-rc.N → rc.N+1), propagates it to every workspace package, and opens a PR titled "chore(release): bump to <next-version>". When the maintainer merges the PR, the `Publish to npm` workflow runs automatically and ships the new version to npm under the dist-tag its shape implies (`latest`; RC releases get a pre-release GitHub Release), plus a matching GitHub Release. Use when a maintainer asks to "cut the next RC", "cut the next release", "bump to the next version", "open a release PR", or "prepare a publish PR".

prisma 76e915b 9.1 KB Updated

File contents

prisma/orm/tree/main/skills-contrib/publish-npm-version commit 76e915b6a1

Frequently asked questions

npx skillmds add prisma-orm/publish-npm-version