/
githubmirror
/
angular
Обзор
Документация
Войти
/
githubmirror
/
angular
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
.ng-dev/github.mjs
13 строк
378 B
Joey Perrott
build: no longer require release mode for releases
05 мар 2026, 01:48
05 мар 2026, 01:48
a6941ad
Код
Авторство
О чём код?
/** * Github configuration for the `ng-dev` command. This repository is used as * remote for the merge script and other utilities like `ng-dev pr rebase`. * * @type { import("@angular/ng-dev").GithubConfig } */ export const github = { owner: 'angular', name: 'angular', mainBranchName: 'main', mergeMode: 'caretaker-only', requireReleaseModeForRelease: false, };