We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2cd6c49 + ed0e28d commit cb611b0Copy full SHA for cb611b0
fastlane/lib/util.rb
@@ -87,7 +87,7 @@ def git_changelog
87
88
# Makes a changelog from the timespan passed
89
def make_changelog
90
- sh('git fetch --tags')
+ sh('git fetch --unshallow')
91
log = git_changelog
92
93
limit = 4_000
0 commit comments