Skip to content

Commit

Permalink
skip changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
thebino committed Aug 18, 2023
1 parent 15685f5 commit a1e2087
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ platform :android do

desc "Deploy a new version to the Google Play"
lane :deploy do
upload_to_play_store
upload_to_play_store(
skip_upload_changelogs: true
)
end
end

0 comments on commit a1e2087

Please sign in to comment.