Skip to content

Commit 6719e18

Browse files
committed
chore: reconfigure release to v6
1 parent 4331248 commit 6719e18

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": "v6",
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+
- v6
77
pull_request:
88
branches:
9-
- main
9+
- v6
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+
- v6
77
permissions: {}
88

99
jobs:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"lint": "pnpm check:lint --fix",
1818
"format": "pnpm check:format --write",
1919
"fixup": "run-s lint format",
20-
"release": "pnpm changeset publish",
20+
"release": "pnpm changeset publish --tag version-6",
2121
"prepare": "husky",
2222
"playwright": "playwright-core",
2323
"generate:types": "pnpm --filter \"./packages/*\" --parallel generate:types",

0 commit comments

Comments
 (0)