Switch primary branch from master to main (#2851)

* Switch primary branch from master to main

Co-authored-by: QWp6t <hi@qwp6t.me>
This commit is contained in:
Ben Word
2021-12-08 13:12:30 -06:00
committed by GitHub
parent a8266b98ec
commit 0ae5f93e17
3 changed files with 8 additions and 8 deletions

View File

@@ -7,7 +7,7 @@ updates:
time: "08:00" time: "08:00"
timezone: US/Central timezone: US/Central
open-pull-requests-limit: 10 open-pull-requests-limit: 10
target-branch: master target-branch: main
ignore: ignore:
- dependency-name: filp/whoops - dependency-name: filp/whoops
versions: versions:
@@ -26,7 +26,7 @@ updates:
time: "08:00" time: "08:00"
timezone: US/Central timezone: US/Central
open-pull-requests-limit: 10 open-pull-requests-limit: 10
target-branch: master target-branch: main
ignore: ignore:
- dependency-name: postcss - dependency-name: postcss
versions: versions:

View File

@@ -3,10 +3,10 @@ name: Main
on: on:
push: push:
branches: branches:
- master - main
pull_request: pull_request:
branches: branches:
- master - main
jobs: jobs:
node: node:

View File

@@ -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. 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 ## Features
@@ -78,10 +78,10 @@ Install Sage using Composer from your WordPress themes directory (replace `your-
$ composer create-project roots/sage your-theme-name $ 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 ```sh
$ composer create-project roots/sage your-theme-name dev-master $ composer create-project roots/sage your-theme-name dev-main
``` ```
## Theme structure ## Theme structure
@@ -144,7 +144,7 @@ Edit `app/setup.php` to enable or disable theme features, setup navigation menus
## Documentation ## Documentation
- [Sage documentation](https://roots.io/sage/docs/) - [Sage documentation](https://docs.roots.io/sage/10.x/installation/)
## Contributing ## Contributing