-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Release preparation for version 2.23.5 #20812
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR prepares CodeQL packages for release version 2.23.5 by finalizing version numbers and consolidating change notes across multiple language packs and shared libraries.
- Removes
-devsuffix from version numbers across all packages - Consolidates individual change note files into released versions and updates CHANGELOGs
- Updates
lastReleaseVersionvalues in release configuration files
Reviewed Changes
Copilot reviewed 181 out of 181 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| swift/ql/src/qlpack.yml | Releases version 1.2.8 for Swift queries |
| swift/ql/lib/qlpack.yml | Major version bump to 6.0.0 with Swift 6.2 support |
| shared/*/qlpack.yml | Version finalization for shared utility libraries (yaml, xml, util, etc.) |
| rust/ql/src/qlpack.yml | Releases version 0.1.19 for Rust queries |
| rust/ql/lib/qlpack.yml | Releases version 0.1.19 for Rust library |
| ruby/ql/src/qlpack.yml | Releases version 1.4.8 for Ruby queries |
| ruby/ql/lib/qlpack.yml | Releases version 5.1.2 for Ruby library |
| python/ql/src/qlpack.yml | Releases version 1.6.8 for Python queries |
| python/ql/lib/qlpack.yml | Minor version bump to 4.1.0 with incremental database support |
| javascript/ql/src/qlpack.yml | Releases version 2.1.3 for JavaScript queries |
| javascript/ql/lib/qlpack.yml | Releases version 2.6.14 for JavaScript library |
| java/ql/src/qlpack.yml | Minor version bump to 1.9.0 with new thread-safety queries |
| java/ql/lib/qlpack.yml | Releases version 7.7.3 for Java library |
| go/ql/src/qlpack.yml | Releases version 1.4.8 for Go queries |
| go/ql/lib/qlpack.yml | Releases version 5.0.1 for Go library |
| csharp/ql/src/qlpack.yml | Releases version 1.4.3 for C# queries |
| csharp/ql/lib/qlpack.yml | Minor version bump to 5.3.0 with control-flow graph improvements |
| cpp/ql/src/qlpack.yml | Releases version 1.5.3 for C++ queries |
| cpp/ql/lib/qlpack.yml | Releases version 6.0.1 for C++ library with range analysis fix |
| actions/ql/src/qlpack.yml | Releases version 0.6.12 for Actions queries |
| actions/ql/lib/qlpack.yml | Releases version 0.4.20 for Actions library |
| /change-notes/released/.md | Consolidates change notes into release versions |
| */CHANGELOG.md | Adds new release entries at the top of changelogs |
Comments suppressed due to low confidence (5)
csharp/ql/lib/change-notes/released/5.3.0.md:2
- The YAML frontmatter delimiters (
----) at the beginning of this file should be removed. The file should start directly with the version header## 5.3.0on line 1. These delimiters appear to be leftover from the original change note template format and should not be included in the released change notes.
python/ql/lib/change-notes/released/4.1.0.md:2 - The YAML frontmatter delimiters (
----) at the beginning of this file should be removed. The file should start directly with the version header## 4.1.0on line 1. These delimiters appear to be leftover from the original change note template format and should not be included in the released change notes.
rust/ql/src/change-notes/released/0.1.19.md:2 - The YAML frontmatter delimiters (
----) at the beginning of this file should be removed. The file should start directly with the version header## 0.1.19on line 1. These delimiters appear to be leftover from the original change note template format and should not be included in the released change notes.
python/ql/src/change-notes/released/1.6.8.md:2 - The YAML frontmatter delimiters (
----) at the beginning of this file should be removed. The file should start directly with the version header## 1.6.8on line 1. These delimiters appear to be leftover from the original change note template format and should not be included in the released change notes.
csharp/ql/src/change-notes/released/1.4.3.md:2 - The YAML frontmatter delimiters (
----) at the beginning of this file should be removed. The file should start directly with the version header## 1.4.3on line 1. These delimiters appear to be leftover from the original change note template format and should not be included in the released change notes.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
No description provided.