https://github.com/angular/angular
Raw File
Tip revision: 35a3fde5b71ef3b50282fe6f7b37ca1c92b8d2a0 authored by Paul Gschwendtner on 13 March 2023, 09:51:25 UTC
release: cut the v14.3.0 release
Tip revision: 35a3fde
github.mts
import {GithubConfig} from '@angular/ng-dev';

/**
 * 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`.
 */
export const github: GithubConfig = {
  owner: 'angular',
  name: 'angular',
  mainBranchName: 'main',
};
back to top