8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c303eee commit 9815d67Copy full SHA for 9815d67
fastlane/Fastfile
@@ -84,13 +84,12 @@ platform :android do
84
You can always reach us at https://duckduckgo.com/feedback.""")
85
end
86
87
- git_commit(path: "*", message: "Updated release notes and version number for new release - #{newVersion}")
88
-
89
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")
90
+ git_commit(path: "*", message: "Updated release notes and version number for new release - #{newVersion}")
+
91
sh "git flow release finish -mnFS '#{newVersion}' '#{newVersion}'"
92
- #push_git_tags
93
+ push_git_tags
94
sh "git push origin master"
95
sh "git push origin develop"
96
0 commit comments