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.
1 parent 0df3a5b commit d6aceafCopy full SHA for d6aceaf
scripts/release/github.ts
@@ -287,7 +287,7 @@ async function getTags(
287
288
let filtered = response.repository.refs.nodes.filter((node) => {
289
return (
290
- node.name.startsWith(PACKAGE_VERSION_TO_FOLLOW) ||
+ node.name.startsWith(`${PACKAGE_VERSION_TO_FOLLOW}@`) ||
291
node.name.startsWith("v0.0.0-nightly-")
292
);
293
});
0 commit comments