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 f2e9acc commit 2c4a4a7Copy full SHA for 2c4a4a7
fastlane/lib/versions.rb
@@ -47,6 +47,9 @@ def propagate_version(**args)
47
UI.message "Propagating version: #{version}"
48
UI.message 'into the Info.plist and build.gradle files'
49
50
+ version = '1.0.0' if should_nightly?
51
+ UI.message "Actually using #{version} (because we're doing a nightly)"
52
+
53
# encode build number into js-land – we've already fetched it, so we'll
54
# never set the "+" into the binaries
55
unless version.include? '+'
0 commit comments