Skip to content

Commit d711069

Browse files
committed
nit release script notes
1 parent aa79af4 commit d711069

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/release.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,4 +64,5 @@ await $`git add .`;
6464
await $`git commit -m "v${newVersion}"`;
6565
await $`git tag v${newVersion}`;
6666

67-
console.log(`Committed and tagged version v${newVersion} successfully.`);
67+
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

Comments
 (0)