fastlane/lib/fastlane/actions/number_of_commits.rb in fastlane-2.186.0 vs fastlane/lib/fastlane/actions/number_of_commits.rb in fastlane-2.187.0

- old
+ new

@@ -40,10 +40,10 @@ def self.available_options [ FastlaneCore::ConfigItem.new(key: :all, env_name: "FL_NUMBER_OF_COMMITS_ALL", optional: true, - is_string: false, + type: Boolean, description: "Returns number of all commits instead of current branch") ] end def self.details