File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 7
7
"commit" : false ,
8
8
"linked" : [],
9
9
"access" : " public" ,
10
- "baseBranch" : " main " ,
10
+ "baseBranch" : " v5 " ,
11
11
"bumpVersionsWithWorkspaceProtocolOnly" : true ,
12
12
"updateInternalDependencies" : " minor" ,
13
13
"ignore" : [" !(@sveltejs/*)" ]
Original file line number Diff line number Diff line change @@ -3,10 +3,10 @@ name: CI
3
3
on :
4
4
push :
5
5
branches :
6
- - main
6
+ - v5
7
7
pull_request :
8
8
branches :
9
- - main
9
+ - v5
10
10
env :
11
11
# we call `pnpm playwright install` instead
12
12
PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD : ' 1'
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: Release
3
3
on :
4
4
push :
5
5
branches :
6
- - main
6
+ - v5
7
7
permissions : {}
8
8
9
9
jobs :
Original file line number Diff line number Diff line change 16
16
"lint" : " pnpm check:lint --fix" ,
17
17
"format" : " pnpm check:format --write" ,
18
18
"fixup" : " run-s lint format" ,
19
- "release" : " pnpm changeset publish" ,
19
+ "release" : " pnpm changeset publish --tag version-5 " ,
20
20
"prepare" : " husky" ,
21
21
"playwright" : " playwright-core" ,
22
22
"generate:types" : " pnpm --filter \" ./packages/*\" --parallel generate:types" ,
You can’t perform that action at this time.
0 commit comments