Skip to content

Commit f001aef

Browse files
josephperrottmatsko
authored andcommitted
build: update requiredBaseCommit for patch branch merges (angular#37316)
Updates the requiredBaseCommit for merging to patch branch to the latest commit message validation fix found in the 10.0.x branch. Previously, the patch branch commit used was for the 9.1.x branch. PR Close angular#37316
1 parent 64fc8b8 commit f001aef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.ng-dev/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ const merge = () => {
108108
// PRs that target either `master` or the patch branch, need to be rebased
109109
// on top of the latest commit message validation fix.
110110
'master': '4341743b4a6d7e23c6f944aa9e34166b701369a1',
111-
[patch]: '2a53f471592f424538802907aca1f60f1177a86d'
111+
[patch]: '4341743b4a6d7e23c6f944aa9e34166b701369a1'
112112
},
113113
};
114114
return config;

0 commit comments

Comments
 (0)