We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4207bf commit 8ca74b8Copy full SHA for 8ca74b8
ng-dev/release/publish/actions.ts
@@ -735,7 +735,10 @@ export abstract class ReleaseAction {
735
* release commit and is the direct child of the previous sha provided.
736
*
737
* The method will make one recursive attempt to check again before throwing an error if
738
- * any error occurs during this validation.
+ * any error occurs during this validation. This exists as an attempt to handle transient
739
+ * timeouts from Github along with cases, where the Github API response does not keep up
740
+ * with the timing from when we perform a merge to when we verify that the merged commit is
741
+ * present in the upstream branch.
742
*/
743
private async _getAndValidateLatestCommitForPublishing(
744
branch: string,
0 commit comments