Skip to content

Commit 5ff1aa5

Browse files
authored
build: update merge script patch branch to 10.1.x (#20058)
1 parent 4a1b24c commit 5ff1aa5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.ng-dev/merge.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export const merge = (): MergeConfig => {
1212

1313
// TODO(devversion) Clean this up once the label/branching has been finalized.
1414
// let {minor, patch} = determineMergeBranches(currentVersion, '@angular/cdk');
15-
const patch = '10.0.x';
15+
const patch = '10.1.x';
1616
const minor = 'master';
1717

1818
return {

0 commit comments

Comments
 (0)