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.
2 parents 13501aa + d57304b commit b9ea261Copy full SHA for b9ea261
fastlane/lib/versions.rb
@@ -52,6 +52,9 @@ def propagate_version(**args)
52
unless version.include? '+'
53
set_package_data(data: { version: "#{version}+#{build}" })
54
end
55
+
56
+ version = '1.0.0' if should_nightly?
57
+ UI.message "Actually putting #{version} into the binaries (because we're doing a nightly)"
58
59
case lane_context[:PLATFORM_NAME]
60
when :android
0 commit comments