Revert "Release preparation for version 2.23.4"#20777
Merged
mbg merged 1 commit intocodeql-cli-2.23.4from Nov 7, 2025
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR reverts an erroneous release across multiple CodeQL language packs and shared libraries, rolling back version numbers and reorganizing change notes from released to unreleased format.
- Reverts version numbers to pre-release state with
-devsuffix across all affected packages - Converts released change notes from monolithic released files to individual unreleased change note files with frontmatter
- Updates
lastReleaseVersionto reflect the actual last stable release for each package
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 | Reverts version from 1.2.8 to 1.2.8-dev |
| swift/ql/src/codeql-pack.release.yml | Rolls back lastReleaseVersion from 1.2.8 to 1.2.7 |
| swift/ql/lib/qlpack.yml | Reverts major version from 6.0.0 to 5.0.10-dev |
| swift/ql/lib/codeql-pack.release.yml | Rolls back lastReleaseVersion from 6.0.0 to 5.0.9 |
| swift/ql/lib/change-notes/released/6.0.0.md | Removes released change note content |
| swift/ql/lib/change-notes/2025-10-31-swift-6.2-ast.md | Creates unreleased change note for Swift 6.2 AST features |
| swift/ql/lib/change-notes/2025-10-22-swift-6.2.md | Creates unreleased change note for Swift 6.2 support |
| swift/ql/lib/change-notes/2025-10-22-swift-6.2-class-changes.md | Creates unreleased change note for breaking changes |
| swift/ql/lib/CHANGELOG.md | Removes 6.0.0 changelog entries |
| shared/*/qlpack.yml | Reverts versions to previous patch with -dev suffix for all shared libraries |
| shared/*/codeql-pack.release.yml | Rolls back lastReleaseVersion for all shared libraries |
| shared//change-notes/released/.md | Removes released change notes across all shared libraries |
| rust/ql/src/qlpack.yml | Reverts version from 0.1.19 to 0.1.19-dev |
| rust/ql/src/change-notes/2025-10-21-database-quality-diagnostic.md | Converts to unreleased format with frontmatter |
| rust/ql/lib/qlpack.yml | Reverts version from 0.1.19 to 0.1.19-dev |
| rust/ql/lib/change-notes/*.md | Creates multiple unreleased change notes for various improvements |
| ruby/ql/*/qlpack.yml | Reverts Ruby package versions to -dev state |
| python/ql/src/qlpack.yml | Reverts version from 1.6.8 to 1.6.8-dev |
| python/ql/src/change-notes/2025-09-19-insecure-cookie.md | Converts to unreleased format with frontmatter |
| python/ql/lib/qlpack.yml | Reverts minor version from 4.1.0 to 4.0.18-dev |
| python/ql/lib/change-notes/2025-10-02-python-overlay-compilation-plus-extractor.md | Creates unreleased change note for incremental database support |
| javascript/ql/*/qlpack.yml | Reverts JavaScript package versions to -dev state |
| java/ql/src/qlpack.yml | Reverts minor version from 1.9.0 to 1.8.3-dev |
| java/ql/src/change-notes/*.md | Creates multiple unreleased change notes for new queries and improvements |
| go/ql/*/qlpack.yml | Reverts Go package versions to -dev state |
| csharp/ql/src/qlpack.yml | Reverts version from 1.4.3 to 1.4.3-dev |
| csharp/ql/src/change-notes/2025-10-17-location-in-web-config.md | Converts to unreleased format with frontmatter |
| csharp/ql/lib/qlpack.yml | Reverts minor version from 5.3.0 to 5.2.7-dev |
| csharp/ql/lib/change-notes/*.md | Creates multiple unreleased change notes for deprecations and improvements |
| cpp/ql/*/qlpack.yml | Reverts C++ package versions to -dev state |
| cpp/ql/lib/change-notes/2025-10-16-range-analysis-performance.md | Creates unreleased bug fix note with frontmatter |
| actions/ql/*/qlpack.yml | Reverts Actions package versions to -dev state |
| misc/suite-helpers/qlpack.yml | Reverts version to -dev state |
Comments suppressed due to low confidence (2)
python/ql/lib/change-notes/2025-10-02-python-overlay-compilation-plus-extractor.md:4
- Inconsistent blank line after frontmatter. Most change note files start the content immediately after the closing
---(line 3), but this file has an extra blank line (line 4). For consistency, the content should start on line 4 without the extra blank line.
csharp/ql/src/change-notes/2025-10-17-location-in-web-config.md:4 - Inconsistent capitalization: "the" should be capitalized to "The" at the start of the sentence to match the style used in other change notes.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
nickrolfe
approved these changes
Nov 7, 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.
Reverts #20745