File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change 1919 "test" : " vitest" ,
2020 "changelog" : " changelogen --output CHANGELOG.md --no-commit --no-tag" ,
2121 "publish" : " pnpm --filter '@qds.dev/*' publish --access public --no-git-checks" ,
22- "release" : " bumpp package.json libs/*/package.json --execute \" pnpm changelog\" --all --commit \" chore: release v%s\" --tag \" v%s\" --push" ,
23- "release.patch" : " bumpp package.json libs/*/package.json --patch --execute \" pnpm changelog\" --all --commit \" chore: release v%s\" --tag \" v%s\" --push && pnpm run publish" ,
24- "release.minor" : " bumpp package.json libs/*/package.json --minor --execute \" pnpm changelog\" --all --commit \" chore: release v%s\" --tag \" v%s\" --push && pnpm run publish" ,
22+ "release" : " bumpp package.json libs/*/package.json --minor --execute \" pnpm changelog\" --all --commit \" chore: release v%s\" --tag \" v%s\" --push && pnpm run publish" ,
2523 "create-linear-issue" : " node .github/scripts/update-linear.ts"
2624 },
2725 "devDependencies" : {
You can’t perform that action at this time.
0 commit comments