From e256b5a098ddac613c9736ca01ab320686b099ca Mon Sep 17 00:00:00 2001 From: erezrokah Date: Thu, 8 Apr 2021 14:48:40 +0400 Subject: [PATCH] chore: rename default branch from master to main --- .github/workflows/release-please.yml | 2 +- .github/workflows/test.yml | 2 +- CONTRIBUTING.md | 2 +- renovate.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index 74a87476..97235705 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -2,7 +2,7 @@ name: release-please on: push: branches: - - master + - main jobs: release-please: runs-on: ubuntu-latest diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 73cd3fe3..b000b8cf 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -3,7 +3,7 @@ name: Node CI on: push: branches: - - master + - main tags: - '*' diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 7bd2db64..bb2ab76c 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -22,6 +22,6 @@ Lastly, open a pull request on Github. ## Releasing 1. Merge the release PR -2. Switch to the default branch `git checkout master` +2. Switch to the default branch `git checkout main` 3. Pull latest changes `git pull` 4. Publish the package `npm publish` diff --git a/renovate.json b/renovate.json index a60c8de7..62f95fb3 100644 --- a/renovate.json +++ b/renovate.json @@ -2,5 +2,5 @@ "extends": ["github>netlify/renovate-config:default"], "ignorePresets": [":prHourlyLimit2"], "semanticCommits": true, - "masterIssue": true + "dependencyDashboard": true }