saitho / semantic-release-backmerge

:twisted_rightwards_arrows: semantic-release plugin to back-merge a release into a develop branch
https://saitho.github.io/semantic-release-backmerge/
56 stars 11 forks source link

feat: retry remote Git operations #46

Closed saitho closed 1 year ago

saitho commented 1 year ago

Remote Git operations may fail due to network or the Git server being not available. In this case retry up to 3 times with a fixed cooldown time of 1 second.

The following operations use retry: fetch, push, checkout

Resolves: #41

saitho commented 1 year ago

:tada: This PR is included in version 3.1.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: