You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
UI.user_error!"Version not provided through argument, environment variable, or release branch name. Try running: `fastlane release version:MAJOR.MINOR.PATCH` or setting the environment variable named MAILCHIMP_SDK_VERSION, where MAJOR.MINOR.PATCH represents the version number."
68
68
end
@@ -112,16 +112,6 @@ def output_path
112
112
returnENV.fetch('BITRISE_DEPLOY_DIR',"../build")
113
113
end
114
114
115
-
defbranch_version
116
-
# https://rubular.com/r/A8FeXBzT1z4zJR
117
-
version_regex=/^releases\/v(\d+\.\d+(\.\d+)*)$/
118
-
119
-
ifmatches=git_branch.match(version_regex)
120
-
version=matches.captures[0]
121
-
puts"Version: #{version}"
122
-
returnversion
123
-
else
124
-
puts"No version number found in \"#{git_branch}\""
0 commit comments