Skip to content

Releases: bitrise-steplib/steps-git-clone

3.4.2

03 Mar 14:41

Choose a tag to compare

  • Retry checkout on fail with feching tags

3.4.1

02 Nov 10:05

Choose a tag to compare

  • go-toolkit support

3.4.0

30 Sep 12:58

Choose a tag to compare

  • generic pull request support

3.3.4

24 Aug 12:19

Choose a tag to compare

  • proper error message

3.3.3

08 Aug 11:30

Choose a tag to compare

  • git log cmd output format updates

3.3.2

01 Aug 14:37

Choose a tag to compare

  • print git log command outputs
  • retry count increased to 2
  • wait time decreased to 5 sec

3.3.1

01 Aug 09:08

Choose a tag to compare

Minimal revision, to make the Step work with Go 1.5.x too. Minimum Go requirement is 1.5 now, it was 1.6 for the previous version.

  • [cfb22b5] prep for v3.3.1
  • [deb46b9] bitrise.yml minimal revision (releaseman related)
  • [92e9241] readme - requirements - Go 1.5
  • [5f58d3c] ci workflow - export GO15VENDOREXPERIMENT=1
  • [d886f84] test - export GO15VENDOREXPERIMENT=1
  • [81f7427] enable GO15VENDOREXPERIMENT for Go 1.5

3.3.0

29 Jul 12:05

Choose a tag to compare

  • rewrite in go
  • retry with wait time
  • git fetch --tags before checkout tag
  • removed ssh operations (handled by activate-ssh-key step)
  • fix for: depth specified and required commit not found

3.2.0

31 Mar 11:07

Choose a tag to compare

  • New Input: clone_depth -- Allows to limit fetching to the specified number of commits

3.1.1

09 Mar 14:25

Choose a tag to compare

  • print commit hash