8000 Update build script for better automation · androiddev2019/Android@9815d67 · GitHub
[go: up one dir, main page]

Skip to content

Commit 9815d67

Browse files
committed
Update build script for better automation
1 parent c303eee commit 9815d67

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

fastlane/Fastfile

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -84,13 +84,12 @@ platform :android do
8484
You can always reach us at https://duckduckgo.com/feedback.""")
8585
end
8686

87-
git_commit(path: "*", message: "Updated release notes and version number for new release - #{newVersion}")
88-
8987
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")
9088

89+
git_commit(path: "*", message: "Updated release notes and version number for new release - #{newVersion}")
90+
9191
sh "git flow release finish -mnFS '#{newVersion}' '#{newVersion}'"
92-
#push_git_tags
93-
92+
push_git_tags
9493
sh "git push origin master"
9594
sh "git push origin develop"
9695

0 commit comments

Comments
 (0)
0