Fastfile:convert format of changelog to the one defined by keepachangelog.com...
Fastfile:convert format of changelog to the one defined by keepachangelog.com to make it easier to parse Adjust update_changelog to the new format and add the new parameter 'platform' to set_changelog Add missing emoji in the error to match the other errors format Update fastlane to have the new parameter 'platform' available in the set_changelog action
Showing
source 'https://rubygems.org' | ||
gem 'cocoapods', '~> 1.4.0' | ||
gem 'fastlane', '~> 2.82.0' | ||
gem 'fastlane', '~> 2.93.0' | ||
gem 'rubocop', '~> 0.54.0' | ||
gem 'xcode-install', '~> 2.3.1' | ||
gem 'xcodeproj', '~> 1.5.6' | ||
... | ... |