Merge pull request #1 from microsoft/octogonz/first-pr
Set defaultBranch to "main"
This commit is contained in:
Коммит
5d3b8c8057
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче