mirror of
https://github.com/vitest-dev/vitest.git
synced 2025-12-08 18:26:03 +00:00
chore: sync release branch on release
This commit is contained in:
parent
a96bc22473
commit
d77f712f48
3
.github/workflows/release.yml
vendored
3
.github/workflows/release.yml
vendored
@ -5,6 +5,9 @@ on:
|
||||
tags:
|
||||
- 'v*'
|
||||
|
||||
permissions:
|
||||
contents: write
|
||||
|
||||
jobs:
|
||||
release:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
@ -18,7 +18,7 @@
|
||||
"docs:contributors": "esno scripts/update-contributors.ts",
|
||||
"lint": "eslint --cache .",
|
||||
"lint:fix": "nr lint --fix",
|
||||
"release": "bumpp package.json packages/*/package.json --commit --push --tag && pnpm -r publish --access public",
|
||||
"release": "bumpp package.json packages/*/package.json --commit --push --tag && git update-ref refs/heads/release refs/heads/main && git push origin release && pnpm -r publish --access public",
|
||||
"test": "vitest --api -r test/core",
|
||||
"test:run": "vitest run -r test/core",
|
||||
"test:all": "CI=true pnpm -r --stream run test --allowOnly",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user