Skip to content

Commit 12d8306

Browse files
authored
chore: enable continuous release under rolldown-vite (#61)
1 parent db3f547 commit 12d8306

File tree

8 files changed

+19
-19
lines changed

8 files changed

+19
-19
lines changed

.github/workflows/publish-commit.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ env:
77
on:
88
push:
99
branches:
10-
- main
10+
- rolldown-v6
1111
issue_comment:
1212
types: [created]
1313

1414
jobs:
1515
build:
16-
if: github.repository == 'vitejs/vite' && (github.event_name == 'push' || github.event.issue.pull_request && startsWith(github.event.comment.body, '/pkg-pr-new'))
16+
if: github.repository == 'rolldown/vite' && (github.event_name == 'push' || github.event.issue.pull_request && startsWith(github.event.comment.body, '/pkg-pr-new'))
1717
runs-on: ubuntu-latest
1818

1919
steps:

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
"tsx": "^4.19.1",
7777
"typescript": "^5.6.2",
7878
"typescript-eslint": "^8.8.0",
79-
"vite": "workspace:*",
79+
"vite": "workspace:rolldown-vite@*",
8080
"vitest": "^2.1.2"
8181
},
8282
"simple-git-hooks": {
@@ -99,7 +99,7 @@
9999
"packageManager": "[email protected]",
100100
"pnpm": {
101101
"overrides": {
102-
"vite": "workspace:*"
102+
"vite": "workspace:rolldown-vite@*"
103103
},
104104
"patchedDependencies": {
105105

packages/plugin-legacy/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,6 @@
5757
"acorn": "^8.12.1",
5858
"picocolors": "^1.1.0",
5959
"unbuild": "^2.0.0",
60-
"vite": "workspace:*"
60+
"vite": "workspace:rolldown-vite@*"
6161
}
6262
}

packages/vite/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
2-
"name": "vite",
2+
"name": "rolldown-vite",
33
"version": "6.0.0-beta.2",
44
"type": "module",
55
"license": "MIT",
66
"author": "Evan You",
7-
"description": "Native-ESM powered web dev build tool",
7+
"description": "Vite on Rolldown preview",
88
"bin": {
99
"vite": "bin/vite.js"
1010
},
@@ -62,11 +62,11 @@
6262
},
6363
"repository": {
6464
"type": "git",
65-
"url": "git+https://github.com/vitejs/vite.git",
65+
"url": "git+https://github.com/rolldown/vite.git",
6666
"directory": "packages/vite"
6767
},
6868
"bugs": {
69-
"url": "https://github.com/vitejs/vite/issues"
69+
"url": "https://github.com/rolldown/vite/issues"
7070
},
7171
"homepage": "https://vite.dev",
7272
"funding": "https://github.com/vitejs/vite?sponsor=1",

playground/config/__tests__/config.spec.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ it.runIf(isImportAttributesSupported)(
4242
)
4343
expect(config).toMatchInlineSnapshot(`
4444
{
45-
"jsonValue": "vite",
45+
"jsonValue": "rolldown-vite",
4646
}
4747
`)
4848
},

playground/external/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"devDependencies": {
1717
"slash3": "npm:slash@^3.0.0",
1818
"slash5": "npm:slash@^5.1.0",
19-
"vite": "workspace:*",
19+
"vite": "workspace:rolldown-vite@*",
2020
"vue": "^3.5.11",
2121
"vue32": "npm:vue@~3.2.0"
2222
}

playground/legacy/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"preview": "vite preview"
1616
},
1717
"devDependencies": {
18-
"vite": "workspace:*",
18+
"vite": "workspace:rolldown-vite@*",
1919
"@vitejs/plugin-legacy": "workspace:*",
2020
"express": "^4.21.0",
2121
"terser": "^5.34.1"

pnpm-lock.yaml

+7-7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)