File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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
123123You 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
You can’t perform that action at this time.
0 commit comments