File tree Expand file tree Collapse file tree 3 files changed +10
-5
lines changed
Expand file tree Collapse file tree 3 files changed +10
-5
lines changed Original file line number Diff line number Diff line change 11GIT
22 remote: https://github.com/wordpress-mobile/release-toolkit
3- revision: d00351ee4e04d8a5f3305116dab017b2c389b1cf
4- tag: 0.9.1
3+ revision: e426345db3afc839ee463ec1ce8432f584880957
4+ tag: 0.9.2
55 specs:
6- fastlane-plugin-wpmreleasetoolkit (0.9.1 )
6+ fastlane-plugin-wpmreleasetoolkit (0.9.2 )
77 activesupport (~> 4 )
88 chroma (= 0.2.0 )
99 diffy (~> 3.3 )
198198 octokit (4.18.0 )
199199 faraday (>= 0.9 )
200200 sawyer (~> 0.8.0 , >= 0.5.3 )
201- oj (3.10.5 )
201+ oj (3.10.6 )
202202 optimist (3.0.0 )
203203 options (2.3.2 )
204204 os (1.0.1 )
Original file line number Diff line number Diff line change @@ -593,6 +593,11 @@ ENV["APP_STORE_STRINGS_FILE_NAME"]="AppStoreStrings.pot"
593593 configure_validate ( )
594594 end
595595
596+ desc "Run localization only"
597+ lane :update_localization do | options |
598+ ios_localize_project ( )
599+ end
600+
596601 def write_file ( path , contents )
597602 begin
598603 FileUtils . rm_f ( path )
Original file line number Diff line number Diff line change @@ -6,6 +6,6 @@ group :screenshots, optional: true do
66 gem 'rmagick', '~> 3.2.0'
77end
88
9- gem 'fastlane-plugin-wpmreleasetoolkit', git: 'https://github.com/wordpress-mobile/release-toolkit', tag: '0.9.1 '
9+ gem 'fastlane-plugin-wpmreleasetoolkit', git: 'https://github.com/wordpress-mobile/release-toolkit', tag: '0.9.2 '
1010gem 'fastlane-plugin-sentry'
1111gem 'fastlane-plugin-appcenter', '1.6.0'
You can’t perform that action at this time.
0 commit comments