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 9371d54 commit f19647bCopy full SHA for f19647b
publish.js
@@ -58,6 +58,8 @@ export default function publish(type) {
58
execSync(`git add -A`);
59
execSync(`git commit -m "Version ${newVersion}"`);
60
execSync(`git push`);
61
+
62
+ chalkUtils.success(`Version ${newVersion} published`);
63
}
64
65
if (fromConsole(import.meta.url)) {
0 commit comments