Skip to content

Commit

Permalink
disable changelog for now
Browse files Browse the repository at this point in the history
  • Loading branch information
Codel1417 committed May 29, 2024
1 parent 7c0a7e4 commit ee24e42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ default_platform(:android)
upload_to_play_store(
aab: "../build/app/outputs/bundle/release/app-release.aab",
track:"internal",
release_notes: changelog,
#release_notes: changelog,
version_code: ENV['BUILD_NUMBER'],
version_name: ENV['VERSION'],
json_key_data: ENV['GOOGLE_SECRETS'])
Expand Down

0 comments on commit ee24e42

Please sign in to comment.