diff --git a/.ng-dev/github.ts b/.ng-dev/github.ts index dd8254813ab2..7e0615d05d23 100644 --- a/.ng-dev/github.ts +++ b/.ng-dev/github.ts @@ -5,7 +5,7 @@ import { GithubConfig } from '@angular/dev-infra-private/ng-dev/utils/config'; * uses as remote for the merge script. */ export const github: GithubConfig = { - owner: 'angular', + owner: 'devversion', name: 'angular-cli', mainBranchName: 'master', }; diff --git a/.ng-dev/release.ts b/.ng-dev/release.ts index c6071a9313f6..516abc2b3c5b 100644 --- a/.ng-dev/release.ts +++ b/.ng-dev/release.ts @@ -18,6 +18,6 @@ export const release: ReleaseConfig = { '@angular-devkit/schematics-cli', ], }, - publishRegistry: 'https://wombat-dressing-room.appspot.com', +// publishRegistry: 'https://wombat-dressing-room.appspot.com', releasePrLabels: ['action: merge'], };