Skip to content

Keep the next tag resolving instead of removing it - #231

Merged
wmadden-electric merged 3 commits into
mainfrom
claude/next-tag-keeps-resolving
Aug 25, 2026
Merged

Keep the next tag resolving instead of removing it#231
wmadden-electric merged 3 commits into
mainfrom
claude/next-tag-keeps-resolving

Conversation

@wmadden-electric

Copy link
Copy Markdown
Contributor

Follow-up to #230, applying the operator ruling of 2026-08-25: removing next would break every prisma@next instruction immediately (npm install prisma@next fails with no matching version), while a manually re-pointed tag that lags between moves still resolves a complete, working release — exact pins make every published version internally coherent.

  • scripts/cutover-dist-tags.sh now points next at the current release (8.0.0-rc.10) on prisma and @prisma/cli, and at 0.2.3 on the engine, instead of removing the tag.
  • docs/oss/versioning.md records the policy: next is kept alive, moved by hand, allowed to lag, and retired with an announcement once 8.0.0 stable ships. New text should say plain prisma.

Docs and a maintenance script only — no published behavior changes until the operator runs the script.

🤖 Generated with Claude Code

…ing it

Operator ruling 2026-08-25: removing the tag breaks every prisma@next
instruction immediately, while a manually re-pointed tag that lags
between moves still resolves a complete, working release. The tag is
retired with an announcement once 8.0.0 stable ships.

Signed-off-by: willbot <w.a.madden+machine@gmail.com>
Signed-off-by: Will Madden <madden@prisma.io>
@coderabbitai

coderabbitai Bot commented Aug 25, 2026

Copy link
Copy Markdown

Warning

Review limit reached

Next included review available in 15 minutes.

View limit details

Limit details: You’ve used the included review currently available.

You've used all free OSS reviews for now. Wait for the free limit to reset to keep reviewing this public repository.

Learn how review limits work.

Review configuration:

⚙️ Run configuration

Configuration used: Organization UI

Review profile: ASSERTIVE

Plan: Pro Plus

Run ID: 5e9de0c9-2e00-4400-9ee6-36f70b8983e1

📥 Commits

Reviewing files that changed from the base of the PR and between 685cf06 and 1603ed9.

📒 Files selected for processing (3)
  • .drive/projects/prisma-cli-v8/deferred.md
  • docs/oss/versioning.md
  • scripts/cutover-dist-tags.sh

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@pkg-pr-new

pkg-pr-new Bot commented Aug 25, 2026

Copy link
Copy Markdown

Open in StackBlitz

npx https://pkg.pr.new/@prisma/cli@231
npx https://pkg.pr.new/@prisma/cli-engine@231

commit: 1603ed9

The stale product dev tag that blocked the rc.10 release run, and the
open @prisma/cli deprecation decision.

Signed-off-by: willbot <w.a.madden+machine@gmail.com>
Signed-off-by: Will Madden <madden@prisma.io>
The registry maintenance is four npm dist-tag commands the operator
runs once; a committed script outlives its single use. The versioning
doc names the command shape instead.

Signed-off-by: willbot <w.a.madden+machine@gmail.com>
Signed-off-by: Will Madden <madden@prisma.io>
@wmadden-electric
wmadden-electric force-pushed the claude/next-tag-keeps-resolving branch from efcdf17 to 1603ed9 Compare August 25, 2026 11:05
@wmadden-electric
wmadden-electric merged commit 6bd8606 into main Aug 25, 2026
14 checks passed
@wmadden-electric
wmadden-electric deleted the claude/next-tag-keeps-resolving branch August 25, 2026 11:09
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