fastlane/lib/fastlane/actions/ensure_git_branch.rb in fastlane-2.141.0 vs fastlane/lib/fastlane/actions/ensure_git_branch.rb in fastlane-2.142.0
- old
+ new
@@ -32,10 +32,10 @@
def self.available_options
[
FastlaneCore::ConfigItem.new(key: :branch,
env_name: "FL_ENSURE_GIT_BRANCH_NAME",
- description: "The branch that should be checked for. String that can be either the full name of the branch or a regex to match",
+ description: "The branch that should be checked for. String that can be either the full name of the branch or a regex e.g. `^feature\/.*$` to match",
is_string: true,
default_value: 'master')
]
end