You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/skills/upgrade-codeql-cli-and-packs/SKILL.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,9 +24,9 @@ This skill guides you through upgrading the CodeQL CLI version used by the MCP s
24
24
25
25
This repository uses a **CLI-aligned versioning strategy** across all version-bearing files:
26
26
27
-
1.**`.codeql-version`**: Contains the target CLI version (e.g., `v2.24.1`)
28
-
2.**`package.json` versions**: All `package.json` files (root, client, server) use the CLI version number without the "v" prefix (e.g., `2.24.1`)
29
-
3.**`ql-mcp-*` pack versions**: Use the CLI version number without the "v" prefix (e.g., `2.24.1`)
27
+
1.**`.codeql-version`**: Contains the target CLI version (e.g., `vX.Y.Z`)
28
+
2.**`package.json` versions**: All `package.json` files (root, client, extensions/vscode, server) use the CLI version number without the "v" prefix (e.g., `X.Y.Z`)
29
+
3.**`ql-mcp-*` pack versions**: Use the CLI version number without the "v" prefix (e.g., `X.Y.Z`)
30
30
4.**`codeql/*-all` dependencies**: Must have `cliVersion <= target CLI version`
31
31
32
32
### Why Database Compatibility Matters
@@ -77,7 +77,7 @@ Use the `update-release-version.sh` script to deterministically update `.codeql-
77
77
./server/scripts/update-release-version.sh X.XX.Y
78
78
```
79
79
80
-
This updates all 22 version-bearing files. Preview changes first with `--dry-run`:
80
+
This updates all version-bearing files. Preview changes first with `--dry-run`:
0 commit comments