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 (cherry picked from commit 84b47471) Signed-off-by:Soomin Lee <bubu@mikan.io>
Showing
... | ... | @@ -5,3 +5,6 @@ gem 'cocoapods', '~> 1.6.0' |
gem 'xcode-install', '~> 2.3.1' | ||
gem 'xcodeproj', '~> 1.8.0' | ||
gem 'unf_ext', '~> 0.0.7.5' | ||
plugins_path = File.join(File.dirname(__FILE__), 'fastlane', 'Pluginfile') | ||
eval_gemfile(plugins_path) if File.exist?(plugins_path) |
Please register or sign in to comment