Skip to content

Commit 03e2b76

Browse files
authored
chore: setup branch to release v5 (#1125)
1 parent 5e8f173 commit 03e2b76

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.changeset/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"commit": false,
88
"linked": [],
99
"access": "public",
10-
"baseBranch": "main",
10+
"baseBranch": "v5",
1111
"bumpVersionsWithWorkspaceProtocolOnly": true,
1212
"updateInternalDependencies": "minor",
1313
"ignore": ["!(@sveltejs/*)"]

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ name: CI
33
on:
44
push:
55
branches:
6-
- main
6+
- v5
77
pull_request:
88
branches:
9-
- main
9+
- v5
1010
env:
1111
# we call `pnpm playwright install` instead
1212
PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD: '1'

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Release
33
on:
44
push:
55
branches:
6-
- main
6+
- v5
77
permissions: {}
88

99
jobs:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
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",

0 commit comments

Comments
 (0)