Skip to content

Commit eeea9bf

Browse files
build(deps): bump fastlane-plugin-wpmreleasetoolkit from 14.8.0 to 14.9.0 in the ruby-minor-and-patch group (#4019)
Bumps the ruby-minor-and-patch group with 1 update: [fastlane-plugin-wpmreleasetoolkit](https://github.com/wordpress-mobile/release-toolkit). Updates `fastlane-plugin-wpmreleasetoolkit` from 14.8.0 to 14.9.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/wordpress-mobile/release-toolkit/releases">fastlane-plugin-wpmreleasetoolkit's releases</a>.</em></p> <blockquote> <h2>14.9.0</h2> <h3>New Features</h3> <ul> <li><code>upload_github_release_assets</code> action: uploads assets on an existing GitHub release without disturbing unrelated assets. If assets exists already, it replaces them. <a href="https://redirect.github.com/wordpress-mobile/release-toolkit/issues/743">#743</a></li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/wordpress-mobile/release-toolkit/blob/trunk/CHANGELOG.md">fastlane-plugin-wpmreleasetoolkit's changelog</a>.</em></p> <blockquote> <h2>14.9.0</h2> <h3>New Features</h3> <ul> <li><code>upload_github_release_assets</code> action: uploads assets on an existing GitHub release without disturbing unrelated assets. If assets exists already, it replaces them. <a href="https://redirect.github.com/wordpress-mobile/release-toolkit/issues/743">#743</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/wordpress-mobile/release-toolkit/commit/29717d9d7f185512187d9935c0019ca400553768"><code>29717d9</code></a> Release 14.9.0 into trunk (<a href="https://redirect.github.com/wordpress-mobile/release-toolkit/issues/748">#748</a>)</li> <li><a href="https://github.com/wordpress-mobile/release-toolkit/commit/9078a001d30f6247147ef73961a0b1d7daa9b693"><code>9078a00</code></a> Bumped to version 14.9.0</li> <li><a href="https://github.com/wordpress-mobile/release-toolkit/commit/8d88607a3c0049871398c7d8a26c3ab128879830"><code>8d88607</code></a> Add GitHub release asset upload action (<a href="https://redirect.github.com/wordpress-mobile/release-toolkit/issues/743">#743</a>)</li> <li><a href="https://github.com/wordpress-mobile/release-toolkit/commit/448e95925e9cd1ec5be6794eb2232b6f9a0c1ec4"><code>448e959</code></a> Find draft releases when uploading assets</li> <li><a href="https://github.com/wordpress-mobile/release-toolkit/commit/d1d2011d0b4bc6bdb8f9c355a74be56369aa08a3"><code>d1d2011</code></a> [codex] Add failing release asset specs (<a href="https://redirect.github.com/wordpress-mobile/release-toolkit/issues/745">#745</a>)</li> <li><a href="https://github.com/wordpress-mobile/release-toolkit/commit/572ec2075c69234f0b87f3e29285478342f2eb82"><code>572ec20</code></a> Validate GitHub release asset paths</li> <li><a href="https://github.com/wordpress-mobile/release-toolkit/commit/291bee3b0dbda4b05ceab9e5c55aba3c5c61110a"><code>291bee3</code></a> Merge branch 'trunk' into iangmaia/upload-github-release-assets</li> <li><a href="https://github.com/wordpress-mobile/release-toolkit/commit/747d06f8baf84e3ec2829db5f636db55293c26f1"><code>747d06f</code></a> Add failing release asset specs</li> <li><a href="https://github.com/wordpress-mobile/release-toolkit/commit/228263cae5e87620889bf5e6db631e01cb2a299c"><code>228263c</code></a> Add GitHub release asset upload action</li> <li>See full diff in <a href="https://github.com/wordpress-mobile/release-toolkit/compare/14.8.0...14.9.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=fastlane-plugin-wpmreleasetoolkit&package-manager=bundler&previous-version=14.8.0&new-version=14.9.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0ab23e0 commit eeea9bf

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
source 'https://rubygems.org'
44

55
gem 'fastlane', '~> 2.236'
6-
gem 'fastlane-plugin-wpmreleasetoolkit', '~> 14.8'
6+
gem 'fastlane-plugin-wpmreleasetoolkit', '~> 14.9'
77

88
gem 'aws-sdk-cloudfront', '~> 1.150'
99

Gemfile.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ GEM
99
ast (2.4.3)
1010
atomos (0.1.3)
1111
aws-eventstream (1.4.0)
12-
aws-partitions (1.1262.0)
12+
aws-partitions (1.1263.0)
1313
aws-sdk-cloudfront (1.150.0)
1414
aws-sdk-core (~> 3, >= 3.248.0)
1515
aws-sigv4 (~> 1.5)
@@ -132,7 +132,7 @@ GEM
132132
xcodeproj (>= 1.13.0, < 2.0.0)
133133
xcpretty (~> 0.4.1)
134134
xcpretty-travis-formatter (>= 0.0.3, < 2.0.0)
135-
fastlane-plugin-wpmreleasetoolkit (14.8.0)
135+
fastlane-plugin-wpmreleasetoolkit (14.9.0)
136136
buildkit (~> 1.5)
137137
chroma (= 0.2.0)
138138
diffy (~> 3.3)
@@ -163,7 +163,7 @@ GEM
163163
git (1.19.1)
164164
addressable (~> 2.8)
165165
rchardet (~> 1.8)
166-
google-apis-androidpublisher_v3 (0.103.0)
166+
google-apis-androidpublisher_v3 (0.104.0)
167167
google-apis-core (>= 0.15.0, < 2.a)
168168
google-apis-core (0.18.0)
169169
addressable (~> 2.5, >= 2.5.1)
@@ -344,7 +344,7 @@ PLATFORMS
344344
DEPENDENCIES
345345
aws-sdk-cloudfront (~> 1.150)
346346
fastlane (~> 2.236)
347-
fastlane-plugin-wpmreleasetoolkit (~> 14.8)
347+
fastlane-plugin-wpmreleasetoolkit (~> 14.9)
348348
rubocop (~> 1.88)
349349

350350
BUNDLED WITH

0 commit comments

Comments
 (0)