lib/match/options.rb in match-0.5.0 vs lib/match/options.rb in match-0.6.0
- old
+ new
@@ -11,9 +11,13 @@
FastlaneCore::ConfigItem.new(key: :git_url,
env_name: "MATCH_GIT_URL",
description: "URL to the git repo containing all the certificates",
optional: false,
short_option: "-r"),
+ FastlaneCore::ConfigItem.new(key: :git_branch,
+ env_name: "MATCH_GIT_BRANCH",
+ description: "Specific git branch to use",
+ default_value: 'master'),
FastlaneCore::ConfigItem.new(key: :type,
env_name: "MATCH_TYPE",
description: "Create a development certificate instead of a distribution one",
is_string: true,
short_option: "-y",