Skip to content

Commit

Permalink
add release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
arnaucasau committed Dec 5, 2024
1 parent 92e378d commit 29c298a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/js/commands/checkImages.ts
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@ async function determineTocFiles(args: Arguments): Promise<string[]> {
// although it won't be very useful.
const globs = [
"docs/**/*.{ipynb,mdx}",
"!docs/api/qiskit/release-notes/*.mdx",
args.apis ? "!docs/api/*/([0-9]*)/*.mdx" : "!docs/api/**/*.mdx",
...APIS_TO_IGNORE__SHOULD_FIX.map((api) => `!docs/api/${api}/**/*.mdx`),
];
Expand Down

0 comments on commit 29c298a

Please sign in to comment.