Skip to content

Commit

Permalink
chore: Update generateReleaseNote lane
Browse files Browse the repository at this point in the history
  • Loading branch information
niyajali committed Jan 14, 2025
1 parent 8d5514b commit 69b9157
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fastlane/FastFile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 69b9157

Please sign in to comment.