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 d0e8ef8 commit eb58cc3Copy full SHA for eb58cc3
scripts/ci/poll_release_notes.js
@@ -53,6 +53,7 @@ async function pollReleaseNotes() {
53
siteContent = await getData();
54
const matches = siteContent.match(/<a name="\d+\.\d+.\d+">/g);
55
if (matches[0] === `<a name="${version}">`) {
56
+ console.log(`Found ${version} in release notes.`);
57
return;
58
}
59
if (matches.includes(`<a name="${version}">`) && !process.env.FORCE) {
0 commit comments