We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa79af4 commit d711069Copy full SHA for d711069
scripts/release.ts
@@ -64,4 +64,5 @@ await $`git add .`;
64
await $`git commit -m "v${newVersion}"`;
65
await $`git tag v${newVersion}`;
66
67
-console.log(`Committed and tagged version v${newVersion} successfully.`);
+console.log(`Committed and tagged version v${newVersion} successfully.
68
+run 'git push origin main && git push --tags origin main' to push changes.`);
0 commit comments