chore(release): strip non-protocol changeset bumps before 3.0 GA#2892
Merged
Conversation
Convert 22 changesets describing website, admin, newsletter, digest, Addie, and server-infra work to empty. They were mislabeled with "adcontextprotocol": patch|minor and would have appeared in the 3.0.0 stable CHANGELOG as if they were protocol changes. Keeps wise-moments-clap (status split is a real protocol change). Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
bokelley
added a commit
that referenced
this pull request
Apr 22, 2026
The release-notes PR (5fedfd4) added a curated ## 3.0.0 CHANGELOG entry grouped by trust-surface vs. other breaking/minor/patch changes. When changeset version re-ran after #2892, it prepended its own autogenerated ## 3.0.0 block listing every consumed changeset. Result: duplicate ## 3.0.0 headers in CHANGELOG.md. Keep the curated entry as the 3.0.0 summary. The detailed changeset trail is preserved in the merged PRs and git history. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
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
Audit of the 600+ changesets pending in the Version Packages release PR turned up 22 changesets describing website, admin, newsletter, digest, Addie, or server-infra work that were mislabeled as
"adcontextprotocol": patch|minor. Left as-is, they'd appear in the stable 3.0.0 CHANGELOG as if they were protocol changes.This PR converts them to empty changesets (same pattern as
--empty) so the PR trail stays intact while they drop out of the published spec changelog.Affected changesets
Newsletter / digest (8):
newsletter-admin-v2(was: minor — the only non-protocolminorin the set)archive-route-fix,digest-content-fixes,digest-dedup-wg-fix,digest-prod-fixes,legal-pumas-smell(event recaps),personalized-nudge,this-edition-split,regenerate-button,the-build-adminDashboard / admin UI (3):
oauth-dashboard-connect,org-dashboard-redesign,fix-membership-routeServer / infra (6):
fix-billing-errors,fix-dollar-sign-math(docs LaTeX escape),primary-email-select,403fda3d22b05cdb(WorkOS guard),drop-jest-for-vitest,drop-redundant-assertion-modulesEvent sync / Addie (3):
major-zebras-go(Luma sync),event-tools-for-all(dashboard event tools),addie-event-attendeesKept as protocol bumps
wise-moments-clap(minor): real protocol change — splitspending_activationintopending_creatives/pending_start. Kept even though the same changeset bundles a Postgres task store refactor.Why this matters
3.0.0 is the first stable AdCP release. The CHANGELOG gets referenced by implementers, partners, and conformance tooling — it should list protocol schema/task changes, not admin UI tweaks and digest editor fixes.
Test plan
git diff --statshows only single-line frontmatter deletes on each filenpm run test:unit && npm run typecheckpassedchangeset versionrun🤖 Generated with Claude Code