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 94cb58d commit befd1c5Copy full SHA for befd1c5
scripts/bump-version.ts
@@ -85,7 +85,6 @@ async function main(): Promise<void> {
85
await $`bun run build:cli`;
86
await $`git add apps/cli/package.json bun.lock`;
87
await $`git commit -m "chore(release): ${newVersion}"`;
88
- await $`git push origin main`;
89
90
console.log(`✅ Released v${newVersion}`);
91
}
0 commit comments