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 77 "commit" : false ,
88 "linked" : [],
99 "access" : " public" ,
10- "baseBranch" : " main " ,
10+ "baseBranch" : " v5 " ,
1111 "bumpVersionsWithWorkspaceProtocolOnly" : true ,
1212 "updateInternalDependencies" : " minor" ,
1313 "ignore" : [" !(@sveltejs/*)" ]
Original file line number Diff line number Diff line change @@ -3,10 +3,10 @@ name: CI
33on :
44 push :
55 branches :
6- - main
6+ - v5
77 pull_request :
88 branches :
9- - main
9+ - v5
1010env :
1111 # we call `pnpm playwright install` instead
1212 PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD : ' 1'
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: Release
33on :
44 push :
55 branches :
6- - main
6+ - v5
77permissions : {}
88
99jobs :
Original file line number Diff line number Diff line change 1616 "lint" : " pnpm check:lint --fix" ,
1717 "format" : " pnpm check:format --write" ,
1818 "fixup" : " run-s lint format" ,
19- "release" : " pnpm changeset publish" ,
19+ "release" : " pnpm changeset publish --tag version-5 " ,
2020 "prepare" : " husky" ,
2121 "playwright" : " playwright-core" ,
2222 "generate:types" : " pnpm --filter \" ./packages/*\" --parallel generate:types" ,
You can’t perform that action at this time.
0 commit comments