Skip to content

Commit 21372d5

Browse files
committed
Merge branch 'craig/automate_apk_upload_to_play_store_safe' into develop
2 parents f489378 + 97d0a8d commit 21372d5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

fastlane/Fastfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -69,16 +69,16 @@ platform :android do
6969

7070
end
7171

72-
desc "Update local changelist metadata"
73-
lane :update_fastlane_release_notes do
72+
desc "Update local changelist metadata"
73+
lane :update_fastlane_release_notes do
7474

7575
flversion=gradle(task: '-q fastlaneVersionCode')
7676
UI.message("Fastlane version is #{flversion}.")
7777

7878
sh("cp '../app/version/release-notes' '../fastlane/metadata/android/en-US/changelogs/#{flversion}.txt'")
7979
sh("cp '../app/version/release-notes' '../fastlane/metadata/android/en-GB/changelogs/#{flversion}.txt'")
8080

81-
end
81+
end
8282

8383
# Note, this currently relies on having `git flow` tools installed.
8484
# This dependency could be removed with a little more time to tidy up this script to do the branching/merging manually.
@@ -123,7 +123,7 @@ platform :android do
123123
You can always reach us at https://duckduckgo.com/feedback.""")
124124
end
125125

126-
lane("update_fastlane_release_notes")
126+
update_fastlane_release_notes()
127127

128128
if UI.confirm(text:"If you have any other changes to make to the release branch, do them now. Enter `y` when ready to create and push tags")
129129

0 commit comments

Comments
 (0)