-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Release preparation for version 2.23.6 #20852
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 the 2.23.6 release by updating version numbers and consolidating change notes across multiple language packs and shared libraries.
- Version numbers are bumped from
-devversions to stable release versions across all affected packages - Change notes are consolidated from individual change note files into released/*.md files and CHANGELOG.md files
- Individual change note files in the change-notes/ directories are removed as they've been incorporated into the release
Reviewed Changes
Copilot reviewed 171 out of 171 changed files in this pull request and generated 23 comments.
Show a summary per file
| File | Description |
|---|---|
| swift/ql/src/qlpack.yml | Version bumped from 1.2.9-dev to 1.2.9 |
| swift/ql/lib/qlpack.yml | Version bumped from 6.0.1-dev to 6.1.0 with Swift 6.2.1 support |
| shared/**/qlpack.yml | Version bumps across 14 shared library packages |
| rust/ql/**/qlpack.yml | Version bumped to 0.1.20 with taint flow barrier improvements |
| ruby/ql/**/qlpack.yml | Version bumped to 1.5.0 with query severity adjustment |
| python/ql/**/qlpack.yml | Major version bump to 5.0.0 for lib (breaking changes) and 1.7.0 for queries |
| javascript/ql/**/qlpack.yml | Version bumped to 2.2.0 for queries with XSS severity adjustments |
| java/ql/**/qlpack.yml | Version bumped to 1.10.0 for queries with security severity adjustments |
| go/ql/**/qlpack.yml | Version bumped to 5.0.2 for lib with path transformer fixes |
| csharp/ql/**/qlpack.yml | Version bumped to 5.4.0 for lib and 1.5.0 for queries with new features and promoted queries |
| cpp/ql/**/qlpack.yml | Version bumped to 6.1.0 for lib with new predicates and performance improvements |
| actions/ql/**/qlpack.yml | Version bumped to 0.4.21 for lib and 0.6.13 for queries |
| misc/suite-helpers/qlpack.yml | Version bumped to 1.0.35 |
| **/*.md | CHANGELOG and change note files updated with release version headers and consolidated changes |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
No description provided.