Skip to content

Commit 2a2a773

Browse files
authored
chore: rewire some master occurences (#9379)
(main for a few in contributing; doesn't exist yet but will, soon)
1 parent 0070062 commit 2a2a773

File tree

4 files changed

+13
-13
lines changed

4 files changed

+13
-13
lines changed

.changeset/config.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
2-
"$schema": "https://unpkg.com/@changesets/config@2.3.0/schema.json",
3-
"changelog": ["@svitejs/changesets-changelog-github-compact", { "repo": "sveltejs/svelte" }],
4-
"commit": false,
5-
"fixed": [],
6-
"linked": [],
7-
"access": "public",
8-
"baseBranch": "master",
9-
"bumpVersionsWithWorkspaceProtocolOnly": true,
10-
"ignore": ["!(@sveltejs/*|svelte)"]
2+
"$schema": "https://unpkg.com/@changesets/config@2.3.0/schema.json",
3+
"changelog": ["@svitejs/changesets-changelog-github-compact", { "repo": "sveltejs/svelte" }],
4+
"commit": false,
5+
"fixed": [],
6+
"linked": [],
7+
"access": "public",
8+
"baseBranch": "svelte-4",
9+
"bumpVersionsWithWorkspaceProtocolOnly": true,
10+
"ignore": ["!(@sveltejs/*|svelte)"]
1111
}

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: CI
22
on:
33
push:
4-
branches: [master]
4+
branches: [svelte-4]
55
pull_request:
66
permissions:
77
contents: read # to fetch code (actions/checkout)

.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-
- master
6+
- svelte-4
77

88
permissions: {}
99
jobs:

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ Small pull requests are much easier to review and more likely to get merged.
8181

8282
### Creating a branch
8383

84-
Fork [the repository](https://github.com/sveltejs/svelte) and create your branch from `master`. If you've never sent a GitHub pull request before, you can learn how from [this free video series](https://egghead.io/courses/how-to-contribute-to-an-open-source-project-on-github).
84+
Fork [the repository](https://github.com/sveltejs/svelte) and create your branch from `main`. If you've never sent a GitHub pull request before, you can learn how from [this free video series](https://egghead.io/courses/how-to-contribute-to-an-open-source-project-on-github).
8585

8686
### Testing
8787

@@ -130,7 +130,7 @@ Please make sure the following is done when submitting a pull request:
130130
1. Make sure your code lints (`pnpm lint`).
131131
1. Make sure your tests pass (`pnpm test`).
132132

133-
All pull requests should be opened against the `master` branch. Make sure the PR does only one thing, otherwise please split it.
133+
All pull requests should be opened against the `main` branch. Make sure the PR does only one thing, otherwise please split it.
134134

135135
#### Breaking changes
136136

0 commit comments

Comments
 (0)