Skip to content

Commit f19647b

Browse files
committed
Added publishing code
1 parent 9371d54 commit f19647b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

publish.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,8 @@ export default function publish(type) {
5858
execSync(`git add -A`);
5959
execSync(`git commit -m "Version ${newVersion}"`);
6060
execSync(`git push`);
61+
62+
chalkUtils.success(`Version ${newVersion} published`);
6163
}
6264

6365
if (fromConsole(import.meta.url)) {

0 commit comments

Comments
 (0)