Release preparation for version 2.21.4#19601
Merged
henrymercer merged 1 commit intocodeql-cli-2.21.4from May 27, 2025
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR prepares the release by updating version numbers, adding new release notes, and cleaning up outdated change note files to reflect the current release strategy.
- Added new release notes for version 1.4.1 (minor analysis improvements) and version 5.0.0 (breaking changes, new features, and bug fixes)
- Updated version numbers in qlpack and codeql-pack release files for both the cpp and actions repositories
- Removed outdated change note files to streamline historical documentation
Reviewed Changes
Copilot reviewed 174 out of 174 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| cpp/ql/src/change-notes/released/1.4.1.md | Added release notes for version 1.4.1 with minor analysis improvements |
| cpp/ql/src/CHANGELOG.md | Updated changelog with version 1.4.1 release notes |
| cpp/ql/lib/qlpack.yml | Updated version from 4.3.2-dev to 5.0.0 |
| cpp/ql/lib/codeql-pack.release.yml | Updated lastReleaseVersion to 5.0.0 |
| cpp/ql/lib/change-notes/released/5.0.0.md | Added comprehensive release notes for version 5.0.0 |
| Multiple files in cpp/ql/lib/change-notes/ | Removed outdated change note files for windows sources and deprecated features |
| actions/ql/src/qlpack.yml | Updated version from 0.6.2-dev to 0.6.2 |
| actions/ql/src/codeql-pack.release.yml | Updated lastReleaseVersion to 0.6.2 |
| actions/ql/src/change-notes/released/0.6.2.md | Added release notes for version 0.6.2 |
| actions/ql/src/CHANGELOG.md | Updated changelog with version 0.6.2 release notes |
| actions/ql/lib/qlpack.yml and related files | Updated version references and release notes for actions queries |
Comments suppressed due to low confidence (3)
cpp/ql/lib/change-notes/2025-05-27-windows-sources-2.md:1
- The removal of outdated change note files (e.g., windows-sources) looks intentional; ensure that there are no external references to these files and that historical change documentation remains accessible if needed.
----
cpp/ql/lib/qlpack.yml:2
- The version update to '5.0.0' in qlpack.yml should be verified for consistency with the corresponding version references in release notes and dependent files. Double-check that this aligns with the intended release strategy.
version: 5.0.0
actions/ql/src/qlpack.yml:2
- The version change from '0.6.2-dev' to '0.6.2' in actions/qlpack.yml ensures a stable release version; confirm that this change is consistent with the overall release process for the actions queries.
version: 0.6.2
henrymercer
approved these changes
May 27, 2025
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.
No description provided.