You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
body: `🚀 New version published: **${version}**\n\nThis version has been published to npm and is now available.\n\nYou can install it with:\n\`\`\`bash\n${installCmd}\n\`\`\``
63
+
});
64
+
65
+
console.log(`Commented on PR #${prNumber} about the new release ${version}`);
66
+
} else {
67
+
console.log('No PR reference found in the commit message. Skipping comment.');
0 commit comments