We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3cc48fe + e9864c5 commit b57d329Copy full SHA for b57d329
1 file changed
.codeqlmanifest.json
@@ -1,8 +1,21 @@
1
-{ "provide": [ "ql/src/qlpack.yml",
2
- "ql/lib/qlpack.yml",
3
- "ql/examples/qlpack.yml",
4
- "ql/test/qlpack.yml",
5
- "upgrades/qlpack.yml",
6
- "ql/config/legacy-support/qlpack.yml",
7
- "build/codeql-extractor-go/codeql-extractor.yml" ],
8
- "ignore": [ "the-extractor-which-needs-to-be-built" ] }
+{
+ "provide": [
+ "ql/src/qlpack.yml",
+ "ql/lib/qlpack.yml",
+ "ql/examples/qlpack.yml",
+ "ql/test/qlpack.yml",
+ "upgrades/qlpack.yml",
+ "ql/config/legacy-support/qlpack.yml",
9
+ "build/codeql-extractor-go/codeql-extractor.yml"
10
+ ],
11
+ "ignore": [
12
+ "the-extractor-which-needs-to-be-built"
13
14
+ "versionPolicies": {
15
+ "default": {
16
+ "requireChangeNotes": true,
17
+ "committedPrereleaseSuffix": "dev",
18
+ "committedVersion": "nextPatchRelease"
19
+ }
20
21
+}
0 commit comments