mirror of
https://github.com/FranP-code/create-better-t-stack.git
synced 2025-10-12 23:52:15 +00:00
chore: dont push on bump
This commit is contained in:
@@ -85,7 +85,6 @@ async function main(): Promise<void> {
|
|||||||
await $`bun run build:cli`;
|
await $`bun run build:cli`;
|
||||||
await $`git add apps/cli/package.json bun.lock`;
|
await $`git add apps/cli/package.json bun.lock`;
|
||||||
await $`git commit -m "chore(release): ${newVersion}"`;
|
await $`git commit -m "chore(release): ${newVersion}"`;
|
||||||
await $`git push origin main`;
|
|
||||||
|
|
||||||
console.log(`✅ Released v${newVersion}`);
|
console.log(`✅ Released v${newVersion}`);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user