Skip to content

Commit

Permalink
Merge pull request #1535 from Automattic/upgrade-release-toolkit
Browse files Browse the repository at this point in the history
Update release toolkit from 5.6.0 to 9.1.0
  • Loading branch information
crazytonyli authored Nov 1, 2023
2 parents 8d061a1 + 7108ffe commit 71b74d6
Show file tree
Hide file tree
Showing 11 changed files with 141 additions and 103 deletions.
2 changes: 1 addition & 1 deletion .buildkite/cache-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ common_params:
repo: "automattic/simplenote-ios/"
# Common environment values to use with the `env` key.
- &common_env
IMAGE_ID: xcode-14.2
IMAGE_ID: xcode-14.3.1

steps:

Expand Down
4 changes: 2 additions & 2 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
common_params:
# Common plugin settings to use with the `plugins` key.
- &common_plugins
- automattic/a8c-ci-toolkit#2.15.1
- automattic/a8c-ci-toolkit#3.0.0
- automattic/git-s3-cache#1.1.4:
bucket: "a8c-repo-mirrors"
repo: "automattic/simplenote-ios/"
# Common environment values to use with the `env` key.
- &common_env
IMAGE_ID: xcode-14.2
IMAGE_ID: xcode-14.3.1

# This is the default pipeline – it will build and test the app
steps:
Expand Down
2 changes: 1 addition & 1 deletion .buildkite/release-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ common_params:
repo: "automattic/simplenote-ios/"
# Common environment values to use with the `env` key.
- &common_env
IMAGE_ID: xcode-14.2
IMAGE_ID: xcode-14.3.1

steps:

Expand Down
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.7.4
3.2.2
1 change: 1 addition & 0 deletions .xcode-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
14.3.1
1 change: 0 additions & 1 deletion .xcversion

This file was deleted.

6 changes: 4 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
# frozen_string_literal: true

source 'https://rubygems.org'
gem 'cocoapods', '~> 1.10'

# 1.14.0 fixes a bug that broke compatibility with Ruby 3
gem 'cocoapods', '~> 1.14'
gem 'fastlane', '~> 2'
gem 'fastlane-plugin-appcenter', '~> 1.11'
gem 'fastlane-plugin-sentry', '~> 1.6'
gem 'fastlane-plugin-wpmreleasetoolkit', '~> 5.0'
gem 'fastlane-plugin-wpmreleasetoolkit', '~> 9.1'
gem 'rubocop', '~> 1.38'

group :screenshots, optional: true do
Expand Down
Loading

0 comments on commit 71b74d6

Please sign in to comment.