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.
skip_user_confirmation
1 parent 1d5260c commit dc947ffCopy full SHA for dc947ff
fastlane/lanes/release.rb
@@ -84,7 +84,7 @@
84
release_notes_file_path: release_notes_source_path
85
)
86
87
- unless skip_user_confirmation || UI.confirm('Ready to push changes to remote to let the automation configure it on GitHub?')
+ unless skip_confirm || UI.confirm('Ready to push changes to remote to let the automation configure it on GitHub?')
88
UI.message("Terminating as requested. Don't forget to run the remainder of this automation manually.")
89
next
90
end
0 commit comments