Skip to content

Release 14.11.0 into trunk - #758

Merged
mokagio merged 1 commit into
trunkfrom
release/14.11.0
Jul 27, 2026
Merged

Release 14.11.0 into trunk#758
mokagio merged 1 commit into
trunkfrom
release/14.11.0

Conversation

@mokagio

@mokagio mokagio commented Jul 27, 2026

Copy link
Copy Markdown
Contributor

Releasing new version 14.11.0.

What's Next

PR Author: Be sure to create and publish a GitHub Release pointing to trunk once this PR gets merged,
copy/pasting the following text as the GitHub Release's description:

### New Features

- New `macos_verify_code_signing` action, asserting that macOS artifacts are signed, signed by the expected authority, accepted by Gatekeeper, and have a notarization ticket stapled to them. Handles `.app` bundles and `.dmg` disk images, picking the checks that apply to each. [#757]

### Bug Fixes

- `StringsFileValidationHelper.find_duplicated_keys` now parses unquoted keys/values and inter-token comments, matching the grammar `plutil` accepts, instead of raising `Invalid character`. This lets `ios_lint_localizations`' `check_duplicate_keys` work on `InfoPlist.strings`-style files. [#741]
- `ios_lint_localizations`' `check_duplicate_keys` now warns and skips, rather than crashing, on a file that parses as a property list but isn't a tokenizable flat `.strings`. [#741]
- `L10nHelper.merge_strings` now prefixes keys via a comment-aware tokenizer, so unquoted keys, unquoted values, and keys behind an inter-token comment are prefixed in the output consistently with the reported keys. [#741]
- Bump `fastlane` to `~> 2.237` to pull in `excon >= 1.5.0`, fixing CVE-2026-54171 / GHSA-48rx-c7pg-q66r. [#754]
- `upload_github_release_assets`: make release lookup more resilient by falling back to GitHub's direct release-by-tag lookup when the releases list does not include the requested release. [#753]

### Internal Changes

- Added regression coverage for `upload_github_release_assets` direct release lookup errors. [#755]
- Centralized `.strings` duplicate-key detection behind `StringsFileValidationHelper.scan_for_duplicate_keys`, returning a `[:scanned | :unsupported_format | :unscannable, payload]` tri-state that callers can map to their own warn-and-skip vs fail-closed policy. [#741]
- `L10nHelper.strings_file_type` and `StringsFileValidationHelper.scan_for_duplicate_keys` accept `assume_valid:` to skip a redundant `plutil -lint` when the caller has already parsed the file. [#741]
- Bumped development Ruby version to 3.4.9 [#729]


Copilot AI review requested due to automatic review settings July 27, 2026 04:07
@mokagio
mokagio requested a review from a team as a code owner July 27, 2026 04:07

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR performs the standard release bookkeeping to cut version 14.11.0 into trunk for the Release Toolkit fastlane plugin, updating the gem version and finalizing the changelog for the release.

Changes:

  • Bump the plugin gem version to 14.11.0.
  • Update Gemfile.lock to reflect the new plugin version.
  • Move the completed release notes into a new 14.11.0 section and reset ## Trunk sections back to _None_.

Reviewed changes

Copilot reviewed 2 out of 3 changed files in this pull request and generated no comments.

File Description
lib/fastlane/plugin/wpmreleasetoolkit/version.rb Updates the plugin VERSION constant to 14.11.0.
Gemfile.lock Updates the local gem entry to 14.11.0.
CHANGELOG.md Resets ## Trunk placeholders and adds the ## 14.11.0 release notes.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@mokagio
mokagio merged commit 64a0694 into trunk Jul 27, 2026
9 checks passed
@mokagio
mokagio deleted the release/14.11.0 branch July 27, 2026 04:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants