Releases: bitrise-steplib/steps-git-clone
Releases · bitrise-steplib/steps-git-clone
4.0.8
4.0.7
4.0.6
4.0.5
4.0.4
4.0.1
3.6.2
- Revert to 3.5.x github pr merge strategy by default (
manual_merge: "no"
) while we're tracking a couple of issues.
3.6.1
3.6.0
- Add new input:
manual_merge
: Prefer to do a manualgit merge
. Default toyes
.
Breaking change: due to recent issues with GitHub PR merge branch update delays we changed to "manual git merge" by default. If you use pull requests from private forks you should switch the manual_merge
option introduced in this version to no
, which restores the previous logic (it uses the GitHub exposed pr merge branch instead of attempting to do a manual git merge
).
We'll release a new version soon which will be able to auto-detect the best merge strategy/algorithm, so that you don't have to turn off manual_merge
in case of GitHub private fork pull requests.