From 31b226ffa47a12985408b676e9549be6199fa58f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9o=20LUDWIG?= Date: Fri, 16 Feb 2024 20:04:49 +0100 Subject: [PATCH] docs: rename master branch to main --- .github/workflows/lint.yml | 2 +- .github/workflows/release.yml | 2 +- .github/workflows/test.yml | 2 +- .releaserc.json | 2 +- README.md | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) 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**.