Skip to content

Commit

Permalink
Allow patch version of ML-powered queries pack to be bumped
Browse files Browse the repository at this point in the history
  • Loading branch information
Henry Mercer committed Jan 6, 2022
1 parent 2159631 commit e7fe6da
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion lib/config-utils.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/config-utils.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/config-utils.test.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/config-utils.test.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/config-utils.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1703,7 +1703,7 @@ async function mlPoweredQueriesMacro(
[Language.javascript]: [
{
packName: "codeql/javascript-experimental-atm-queries",
version: clean("0.0.2"),
version: "~0.0.2",
},
],
});
Expand Down
2 changes: 1 addition & 1 deletion src/config-utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ async function addBuiltinSuiteQueries(
}
packs.javascript.push({
packName: "codeql/javascript-experimental-atm-queries",
version: "0.0.2",
version: "~0.0.2",
});
}

Expand Down

0 comments on commit e7fe6da

Please sign in to comment.