Skip to content

Commit f489378

Browse files
committed
Merge branch 'craig/automate_apk_upload_to_play_store_safe' into develop
2 parents c163198 + 41a35d3 commit f489378

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

fastlane/Fastfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,8 @@ platform :android do
123123
You can always reach us at https://duckduckgo.com/feedback.""")
124124
end
125125

126+
lane("update_fastlane_release_notes")
127+
126128
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")
127129

128130
git_commit(path: "*", message: "Updated release notes and version number for new release - #{newVersion}")

0 commit comments

Comments
 (0)