From 180408811bd87a3b47f3d0a10049ccb4d8edbfba Mon Sep 17 00:00:00 2001 From: erezrokah Date: Thu, 8 Apr 2021 15:26:49 +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 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index 42d6a48..0e7504c 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 0ff4889..cbc76ad 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -2,7 +2,7 @@ name: Netlify Plugin Sitemap Test on: push: - branches: [master] + branches: [main] tags: ['*'] pull_request: types: [opened, synchronize, reopened] diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index d72f31b..8ce2585 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -23,7 +23,7 @@ npm run format ## 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`