Skip to content

Commit b8ab1fe

Browse files
committed
chore: remove release branch update from releasing
1 parent 7ce9fbb commit b8ab1fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"lint": "eslint --cache .",
2424
"lint:fix": "nr lint --fix",
2525
"publish-ci": "tsx scripts/publish-ci.ts",
26-
"release": "bumpp package.json packages/*/package.json --commit --push --tag && git update-ref refs/heads/release refs/heads/main && git push origin release",
26+
"release": "bumpp package.json packages/*/package.json --commit --push --tag",
2727
"test": "pnpm --filter test-core test:threads",
2828
"test:ci": "CI=true pnpm -r --reporter-hide-prefix --stream --filter '@vitest/test-*' --filter !test-browser run test",
2929
"test:examples": "CI=true pnpm -r --reporter-hide-prefix --stream --filter '@vitest/example-*' run test",

0 commit comments

Comments
 (0)