chore: merge duplicate Bugfixes header in 15.17.0 changelog - #33949
Merged
Conversation
The #33943 entry was added under a second `**Bugfixes:**` header in the 15.17.0 section, which trips the changelog validator. Merge it into the existing Bugfixes block.
Contributor
|
Released in This comment thread has been locked. If you are still experiencing this issue after upgrading to |
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Additional details
The CI job for #33943 failed the changelog validator because that PR added its entry under a second
**Bugfixes:**header inside the 15.17.0 section instead of joining the existing Bugfixes block. See this failed job.This PR removes the duplicate header so 15.17.0 has a single Bugfixes block listing all three fixes (#33945, #33941, #33943). No content changes — only the stray header is removed.
Note
Low Risk
Documentation-only changelog formatting with no product or runtime impact.
Overview
Removes a duplicate
**Bugfixes:**heading in the 15.17.0 section ofcli/CHANGELOG.mdso all three fix entries (#33945, #33941, #33943) sit under one Bugfixes block. No release-note text changes—only structure—so the changelog validator passes after a prior PR added a second header.Reviewed by Cursor Bugbot for commit 53f54cf. Bugbot is set up for automated code reviews on this repo. Configure here.
Steps to test
cli/CHANGELOG.mdand confirm the 15.17.0 section has exactly one**Bugfixes:**header containing the fix: Warn and ignore invalidCYPRESS_envandCYPRESS_exposevalues #33945, fix: escape HTML in reporter assertion messages (#33416) #33941, and fix(server): propagate browser renderer crash to sibling CRI clients #33943 entries.How has the user experience changed?
No change — changelog formatting only.
PR Tasks
cypress-documentation?type definitions?