chore(release): 2.11.0 — DLP namespace consolidation#232
Merged
Conversation
First release cut via `pnpm changeset version`. Installs `@changesets/cli`, initializes `.changeset/config.json`, and consumes the 38 queued changesets (2 minor: DLP namespace work; 36 patch: prior bugfixes + docs examples accumulated since the last manual bump). Highlights this release: - Removed legacy `runtime dlp-profiles list` (use `runtime dlp profiles list`) - Moved `runtime dlp-gen` to `runtime dlp generate` - Flattened DLP entries under Runtime in the mkdocs sidebar - Companion docs cleanups for both DLP namespace moves
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.
Summary
First release cut via
pnpm changeset versionper the newCLAUDE.md§ Releases rule.@changesets/clias a devDep and initializes.changeset/config.json(access: "public",baseBranch: "main")..changeset/*.mdentries → bumpspackage.jsonfrom2.10.1→2.11.0and writesCHANGELOG.md.chore: bumpcommit.Highlights in this release
runtime dlp-profiles list→ removed; useruntime dlp profiles list(feat(runtime)!: remove legacy dlp-profiles command (use 'runtime dlp profiles' instead) #227)runtime dlp-gen→ moved toruntime dlp generate(feat(runtime)!: move 'runtime dlp-gen' to 'runtime dlp generate' #229)Test plan
pnpm lintclean (10 expected warnings)pnpm tsc --noEmitcleanpnpm test708/708pnpm docs:checkclean (123 commands, 30 allowlist)pnpm docs:buildclean (mkdocs --strict)v2.11.0, push tag,gh release createto firepublish.yml(npm publish via OIDC)Going forward
Per
CLAUDE.md§ Releases, this is now the only path: queue a changeset on every PR, runpnpm changeset versionto cut a release, never hand-editpackage.json. The 38-entry backlog cleared in this PR should not recur.