From 69b91574879e53775654a0fbb20fcdacc4a6efef Mon Sep 17 00:00:00 2001 From: Sk Niyaj Ali Date: Tue, 14 Jan 2025 19:32:39 +0530 Subject: [PATCH] chore: Update `generateReleaseNote` lane --- fastlane/FastFile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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