Update references from master to main. (#232)

* Update references from master to main.

* Update publicReleaseRefSpec refs to main.

Co-authored-by: Guy Acosta <47648296+guyacosta@users.noreply.github.com>
This commit is contained in:
Michael Scovetta 2020-06-16 23:04:08 -07:00 коммит произвёл GitHub
Родитель cb12e27264
Коммит 50e36bdb11
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 2 добавлений и 2 удалений

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

@ -2,7 +2,7 @@
"$schema": "https://raw.githubusercontent.com/AArnott/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json",
"version": "1.2",
"publicReleaseRefSpec": [
"^refs/heads/master$",
"^refs/heads/main",
"^refs/heads/v\\d+(?:\\.\\d+)?$"
],
"cloudBuild": {
@ -10,4 +10,4 @@
"enabled": true
}
}
}
}