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 b3903a6 commit 4b29fc6Copy full SHA for 4b29fc6
fastlane/Fastfile
@@ -3,7 +3,6 @@ platform :android do
3
before_all do |lane, options|
4
ENV["APP_FLAVOR"] = options[:flavor]
5
ENV["PROJECT_DIR"] = "./"
6
- tag_prefix = 'v*'
7
puts "Flavor environment #{options[:flavor]}"
8
end
9
def on_error(exception)
@@ -43,6 +42,7 @@ platform :android do
43
42
44
semver = ENV["SEMVER"]
45
if semver
+ tag_prefix = 'v*'
46
isReleasable = analyze_commits(match: tag_prefix)
47
tag = "#{lane_context[SharedValues::RELEASE_NEXT_VERSION]}-#{ENV["FLAVOR_TYPE"]}"
48
puts "RELEASE_NEXT_VERSION #{lane_context[SharedValues::RELEASE_NEXT_VERSION]}-#{ENV["FLAVOR_TYPE"]}"
0 commit comments