Skip to content

Commit cb611b0

Browse files
authored
Merge pull request #1415 from StoDevX/hawkrives-patch-1
Fetch all git history before trying to make a changelog
2 parents 2cd6c49 + ed0e28d commit cb611b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fastlane/lib/util.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ def git_changelog
8787

8888
# Makes a changelog from the timespan passed
8989
def make_changelog
90-
sh('git fetch --tags')
90+
sh('git fetch --unshallow')
9191
log = git_changelog
9292

9393
limit = 4_000

0 commit comments

Comments
 (0)