Release script fixes: prevent sed from incorrectly matching other versions, correctly increment the path version past .9 which would previously increment the minor

This commit is contained in:
Stefan Ceriu
2023-09-20 17:25:00 +03:00
committed by Stefan Ceriu
parent b0d84dc2d1
commit d27de2dedd
3 changed files with 9 additions and 2 deletions

View File

@@ -7,6 +7,7 @@ source "https://rubygems.org"
gem 'fastlane'
gem "xcode-install"
gem 'slather'
gem 'semantic'
plugins_path = File.join(File.dirname(__FILE__), 'fastlane', 'Pluginfile')
eval_gemfile('fastlane/Pluginfile') if File.exist?(plugins_path)