diff --git a/fastlane/FastFile b/fastlane/FastFile index 590331349..d1ca45fa8 100644 --- a/fastlane/FastFile +++ b/fastlane/FastFile @@ -293,7 +293,7 @@ platform :android do desc "Generate release notes" lane :generateReleaseNote do |options| releaseNotes = changelog_from_git_commits( - commits_count: 3, + commits_count: 1, ) releaseNotes end