Merge pull request #1 from microsoft/octogonz/first-pr

Set defaultBranch to "main"
This commit is contained in:
Pete Gonzalez 2021-06-15 22:14:31 -07:00 коммит произвёл GitHub
Родитель 61f41ce4df 763bacab6d
Коммит 5d3b8c8057
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
2 изменённых файлов: 2 добавлений и 8 удалений

Просмотреть файл

@ -98,11 +98,5 @@ build-tests/*/etc
dist-dev
dist-prod
# Prettier doesn't understand the /*[LINE "HYPOTHETICAL"]*/ macros in these files:
apps/rush-lib/assets/rush-init/
# These are intentionally invalid files
libraries/heft-config-file/src/test/errorCases/invalidJson/config.json
# We'll consider enabling this later; Prettier reformats code blocks, which affects end-user content
*.md

Просмотреть файл

@ -271,13 +271,13 @@
* your PR branch, and in this situation "rush change" will also automatically invoke "git fetch"
* to retrieve the latest activity for the remote master branch.
*/
"url": "https://github.com/microsoft/rushstack.git"
"url": "https://github.com/microsoft/rushstack.git",
/**
* The default branch name. This tells "rush change" which remote branch to compare against.
* The default value is "master"
*/
// "defaultBranch": "master",
"defaultBranch": "main"
/**
* The default remote. This tells "rush change" which remote to compare against if the remote URL is