Skip to content

Commit

Permalink
chore(release): switch release config to v3 branch
Browse files Browse the repository at this point in the history
  • Loading branch information
dominikg committed Apr 19, 2024
1 parent 6c59572 commit 1bf186b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .changeset/config.json
Expand Up @@ -7,7 +7,7 @@
"commit": false,
"linked": [],
"access": "public",
"baseBranch": "main",
"baseBranch": "v3",
"bumpVersionsWithWorkspaceProtocolOnly": true,
"updateInternalDependencies": "minor",
"ignore": ["!(@sveltejs/*)"]
Expand Down
6 changes: 2 additions & 4 deletions .github/workflows/ci.yml
Expand Up @@ -4,12 +4,10 @@ name: CI
on:
push:
branches:
- main
- v2
- v3
pull_request:
branches:
- main
- v2
- v3
env:
# we call `pnpm playwright install` instead
PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD: '1'
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Expand Up @@ -3,8 +3,7 @@ name: Release
on:
push:
branches:
- main
- v2
- v3
permissions: {}

jobs:
Expand Down

0 comments on commit 1bf186b

Please sign in to comment.