Skip to content

Releases: bitrise-steplib/steps-git-clone

4.0.1

14 Dec 11:58

Choose a tag to compare

  • Breaking change: manual_merge default to yes
  • Step revision

3.6.2

16 Nov 17:40

Choose a tag to compare

  • 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

16 Nov 16:28

Choose a tag to compare

  • Don't manual merge if can't fetch repository, use PR branch as a fallback

3.6.0

16 Nov 10:07

Choose a tag to compare

  • Add new input: manual_merge: Prefer to do a manual git merge. Default to yes.

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.

3.5.3

31 Oct 11:51

Choose a tag to compare

  • Add commit count output
  • Use --index flag for git apply
  • Fix go lint issue "redundant if"

3.5.2

05 Sep 12:36

Choose a tag to compare

  • retry merge using diff file and fallback to normal merge

3.5.1

14 Jul 09:08

Choose a tag to compare

  • better error message if pr fetch failed

3.5.0

26 Jun 12:13

Choose a tag to compare

  • NEW INPUT: update_submodules - Update the registered submodules?
  • Failed attempts count base changed to 1, thanks to @koral--

3.4.4

09 Jun 15:18

Choose a tag to compare

  • input grouping and reordering

3.4.3

19 Apr 11:00

Choose a tag to compare

  • do not fail if no changes in PR