Skip to content

Commit 31b226f

Browse files
committed
docs: rename master branch to main
1 parent 8403ef4 commit 31b226f

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/lint.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
push:
55
branches: [develop]
66
pull_request:
7-
branches: [master, develop]
7+
branches: [main, develop]
88

99
jobs:
1010
lint:

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: "Release"
22

33
on:
44
push:
5-
branches: [master]
5+
branches: [main]
66

77
jobs:
88
release:

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
push:
55
branches: [develop]
66
pull_request:
7-
branches: [master, develop]
7+
branches: [main, develop]
88

99
jobs:
1010
test:

.releaserc.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"branches": ["master"],
2+
"branches": ["main"],
33
"plugins": [
44
[
55
"@semantic-release/commit-analyzer",

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ echo "{}" > .prettierrc.json
9696
}
9797
```
9898

99-
**Note:** Please read some important instructions regarding the `project` option [here](https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/parser/README.md#configuration).
99+
**Note:** Please read some important instructions regarding the `project` option [here](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/README.md#configuration).
100100

101101
`"parserOptions.project"` is only required if you use **TypeScript**.
102102

0 commit comments

Comments
 (0)