Revert "Release preparation for version 2.22.2"#20110
Merged
nickrolfe merged 1 commit intocodeql-cli-2.22.2from Jul 23, 2025
Merged
Revert "Release preparation for version 2.22.2"#20110nickrolfe merged 1 commit intocodeql-cli-2.22.2from
nickrolfe merged 1 commit intocodeql-cli-2.22.2from
Conversation
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR reverts a previous release preparation for version 2.22.2, rolling back version numbers and removing published release notes across multiple CodeQL language packs and shared libraries. The revert is being performed to re-run the release automation for a hotfix.
- Reverts version numbers from release versions back to development versions (adding
-devsuffix) - Rolls back
lastReleaseVersionvalues to previous releases - Removes released change note files and changelog entries
- Converts some released change notes back to unreleased format with YAML frontmatter
Reviewed Changes
Copilot reviewed 201 out of 201 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| Language pack qlpack.yml files | Revert version numbers from release to dev versions |
| codeql-pack.release.yml files | Roll back lastReleaseVersion to previous versions |
| Released change-notes files | Remove published release notes |
| CHANGELOG.md files | Remove changelog entries for reverted releases |
| Unreleased change-notes | Convert some back to YAML frontmatter format |
Comments suppressed due to low confidence (1)
shared/concepts/qlpack.yml:2
- The version 0.0.0-dev is inconsistent with the typical pattern used in other packages. Most packages use X.Y.Z-dev format where X.Y.Z matches the previous release version. Consider using 0.0.1-dev to maintain consistency.
version: 0.0.0-dev
Contributor
Author
|
This is just a simple revert generated by the GitHub UI's "revert" button. I'd approve it myself if I were allowed. |
smowton
approved these changes
Jul 23, 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 #20105, since we need to re-run the release automation for a hotfix.