build: tag untagged asserts for 2.114.0 release - #27822
Merged
Merged
Conversation
Contributor
|
Hi! Thank you for opening this PR. Want me to review it? Based on the diff (40 lines, 5 files), I've queued these reviewers:
How this works
|
This was referenced Aug 3, 2026
CraigMacomber
approved these changes
Aug 3, 2026
Contributor
Bundle size comparisonBase commit: Pending — |
dannimad
added a commit
that referenced
this pull request
Aug 3, 2026
## Description Generates release notes (RELEASE_NOTES/2.114.0.md) and per-package changelogs for the 2.114.0 release, consuming the pending changesets. Part of the 2.114.0 release prep sequence: 1. Tag untagged asserts (#27822) 2. Update compat generation (no changes needed this cycle) 3. **Generate release notes/changelogs** (this PR) 4. Bump main to 2.115.0 This PR must merge before the version bump PR.
dannimad
added a commit
that referenced
this pull request
Aug 3, 2026
## Description Bumps main from 2.114.0 to 2.115.0, the next development version after the 2.114.0 release branch cut. Includes packageVersion.ts regeneration and compat workspace version refresh (no compat-workspace package.json changes needed this cycle). Part of the 2.114.0 release prep sequence: 1. Tag untagged asserts (#27822) 2. Update compat generation (no changes needed this cycle) 3. Generate release notes/changelogs (#27823) 4. **Bump main to 2.115.0** (this PR) **This PR must merge LAST**, after the other two are merged.
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.
Description
Tags previously untagged asserts with hex error codes ahead of the 2.114.0 release, per the standard minor release prep process.
Part of the 2.114.0 release prep sequence:
This PR must merge before the version bump PR.