diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 6a84750..2ee3434 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -4,7 +4,7 @@ on: push: branches: [develop] pull_request: - branches: [master, develop] + branches: [main, develop] jobs: lint: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 146a71e..3529d8d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -2,7 +2,7 @@ name: "Release" on: push: - branches: [master] + branches: [main] jobs: release: diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index cb869fa..631f401 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -4,7 +4,7 @@ on: push: branches: [develop] pull_request: - branches: [master, develop] + branches: [main, develop] jobs: test: diff --git a/.releaserc.json b/.releaserc.json index 0749a4a..a6008be 100644 --- a/.releaserc.json +++ b/.releaserc.json @@ -1,5 +1,5 @@ { - "branches": ["master"], + "branches": ["main"], "plugins": [ [ "@semantic-release/commit-analyzer", diff --git a/README.md b/README.md index 24a93dd..d46aa61 100644 --- a/README.md +++ b/README.md @@ -96,7 +96,7 @@ echo "{}" > .prettierrc.json } ``` -**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). +**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). `"parserOptions.project"` is only required if you use **TypeScript**.