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 397934c commit 16c9da3Copy full SHA for 16c9da3
storage/framework/core/actions/src/bump.ts
@@ -3,11 +3,6 @@ import { path as p } from '@stacksjs/path'
3
4
const options = parseOptions()
5
const changelogCommand = options?.dryRun ? 'buddy changelog --quiet --dry-run' : 'buddy changelog --quiet'
6
-
7
-// await runCommand(changelogCommand, {
8
-// cwd: p.projectPath(),
9
-// })
10
11
const bumpCommand = options?.dryRun
12
? `bunx bumpp ./package.json ./**/package.json ../ide/vscode/package.json --no-push --execute "../scripts/lint"`
13
: `bunx bumpp ./package.json ./**/package.json ../ide/vscode/package.json --all --execute "../scripts/lint"`
0 commit comments