From 0ae5f93e17fba44cd744d1c52cfb595b7f420f74 Mon Sep 17 00:00:00 2001 From: Ben Word Date: Wed, 8 Dec 2021 13:12:30 -0600 Subject: [PATCH] Switch primary branch from master to main (#2851) * Switch primary branch from master to main Co-authored-by: QWp6t --- .github/dependabot.yml | 4 ++-- .github/workflows/main.yml | 4 ++-- README.md | 8 ++++---- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index cd62f41..9e6590a 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -7,7 +7,7 @@ updates: time: "08:00" timezone: US/Central open-pull-requests-limit: 10 - target-branch: master + target-branch: main ignore: - dependency-name: filp/whoops versions: @@ -26,7 +26,7 @@ updates: time: "08:00" timezone: US/Central open-pull-requests-limit: 10 - target-branch: master + target-branch: main ignore: - dependency-name: postcss versions: diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index a334b1c..56b76b2 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -3,10 +3,10 @@ name: Main on: push: branches: - - master + - main pull_request: branches: - - master + - main jobs: node: diff --git a/README.md b/README.md index eee8fae..6440ec1 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ However, the amount of effort needed to maintain and develop new features and pr Sage is a productivity-driven WordPress starter theme with a modern development workflow. -**The `master` branch currently tracks Sage 10 which is in active development. Looking for Sage 9 or the latest Sage 10 beta release? [See releases](https://github.com/roots/sage/releases).** +**The `main` branch currently tracks Sage 10 which is in active development. Looking for Sage 9 or the latest Sage 10 beta release? [See releases](https://github.com/roots/sage/releases).** ## Features @@ -78,10 +78,10 @@ Install Sage using Composer from your WordPress themes directory (replace `your- $ composer create-project roots/sage your-theme-name ``` -To install the latest development version of Sage, add `dev-master` to the end of the command: +To install the latest development version of Sage, add `dev-main` to the end of the command: ```sh -$ composer create-project roots/sage your-theme-name dev-master +$ composer create-project roots/sage your-theme-name dev-main ``` ## Theme structure @@ -144,7 +144,7 @@ Edit `app/setup.php` to enable or disable theme features, setup navigation menus ## Documentation -- [Sage documentation](https://roots.io/sage/docs/) +- [Sage documentation](https://docs.roots.io/sage/10.x/installation/) ## Contributing