Fix changelog copy errors in change-notes and CHANGELOG.md files (codeql-cli-2.25.6)#21947
Merged
Merged
Conversation
Copilot
AI
changed the title
[WIP] Fix copy errors in change notes and CHANGELOG files
Fix changelog copy errors in change-notes and CHANGELOG.md files (codeql-cli-2.25.6)
Jun 4, 2026
jonjanego
approved these changes
Jun 4, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
Fixes several copy/wording errors that were introduced during the codeql-cli-2.25.6 release changelog updates and then propagated into both the source change-notes/released/ entries and the generated CHANGELOG.md files, ensuring the published release notes read correctly and consistently.
Changes:
- Corrects phrasing in Actions
0.6.29changelog/release note (“on a minor point”). - Corrects wording in Python
7.1.2changelog/release note (“fewer false positive results”). - Improves grammar and capitalization in Actions lib
0.4.37changelog/release note (“including regexes”, “SHA-1 or SHA-256”).
Show a summary per file
| File | Description |
|---|---|
| python/ql/lib/CHANGELOG.md | Fixes an incorrect phrase in the Python 7.1.2 entry for clarity/accuracy. |
| python/ql/lib/change-notes/released/7.1.2.md | Mirrors the Python 7.1.2 wording fix in the source released note. |
| actions/ql/src/CHANGELOG.md | Fixes a wording error in the Actions 0.6.29 entry. |
| actions/ql/src/change-notes/released/0.6.29.md | Mirrors the Actions 0.6.29 wording fix in the source released note. |
| actions/ql/lib/CHANGELOG.md | Fixes grammar and hash naming/capitalization in the Actions lib 0.4.37 entry. |
| actions/ql/lib/change-notes/released/0.4.37.md | Mirrors the Actions lib 0.4.37 text fixes in the source released note. |
Copilot's findings
- Files reviewed: 6/6 changed files
- Comments generated: 0
mario-campos
approved these changes
Jun 4, 2026
jonjanego
approved these changes
Jun 4, 2026
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.
Three copy errors introduced in the codeql-cli-2.25.6 release changelogs (flagged in #21945 review) were propagated into both the source
change-notes/released/files and the generatedCHANGELOG.mdfiles. Fixes all six files.Changes
actions/ql/src/change-notes/released/0.6.29.md+actions/ql/src/CHANGELOG.md"on in minor point"→"on a minor point"python/ql/lib/change-notes/released/7.1.2.md+python/ql/lib/CHANGELOG.md"less fewer positive results"→"fewer false positive results"actions/ql/lib/change-notes/released/0.4.37.md+actions/ql/lib/CHANGELOG.md"include regexes"→"including regexes""sha1 or sha256"→"SHA-1 or SHA-256"