Add drizzle-kit announcement manifest and schema doc - #6049
Merged
Conversation
dankochetov
force-pushed
the
drizzle-kit-announcements
branch
from
July 23, 2026 08:48
a7de990 to
d10123f
Compare
The manifest ships with the kill switch off and one pre-seeded entry nudging 0.x installs toward the rc tag, range-fenced as `>=0.31.11 <1.0.0-0` so prerelease-inclusive matching can never fire it on the rc line. The README documents the schema, range authoring on both bounds, and the CDN update/purge runbook.
dankochetov
force-pushed
the
drizzle-kit-announcements
branch
from
July 23, 2026 08:58
d10123f to
f9fc5bf
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds the
drizzle-kit/announcements/directory: a static manifest (v1.json) and a README documenting its schema and update runbook.jsDelivr serves this file straight from
mainat a fixed CDN path once merged.The manifest ships with the kill switch off and one pre-seeded entry (
rc-nudge-0x) that nudges 0.x installs toward the rc tag. Its range is fenced as>=0.31.11 <1.0.0-0— the-0upper bound matters, since the client matches with prerelease-inclusive semantics and a plain<1.0.0would leak the notice to rc installs. The entry stays inert until a 0.x release carrying the announcement client exists.The client that fetches and renders this manifest ships separately on the rc line.