Skip to content

Commit

Permalink
chore: update script
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Feb 2, 2024
1 parent d36ee39 commit 2000e8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/prompt.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { promptForPackage } from './packages.mjs'

const pkg = await promptForPackage()

execSync('npx bumpp', { stdio: 'inherit', cwd: pkg.path })
execSync('npx bumpp --no-tag --no-commit --no-push', { stdio: 'inherit', cwd: pkg.path })
cd(pkg.path)

const { version } = await fs.readJSON(join(pkg.path, 'package.json'))
Expand Down

0 comments on commit 2000e8d

Please sign in to comment.