Commit 6bd8606
authored
Keep the next tag resolving instead of removing it (#231)
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](https://claude.com/claude-code)
---------
Signed-off-by: willbot <w.a.madden+machine@gmail.com>
Signed-off-by: Will Madden <madden@prisma.io>1 parent 685cf06 commit 6bd8606
3 files changed
Lines changed: 23 additions & 53 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
7 | 29 | | |
8 | 30 | | |
9 | 31 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
| 43 | + | |
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| |||
This file was deleted.
0 commit comments