Skip to content

Commit 3bdede7

Browse files
authored
Release 14.0.0 into trunk (#686)
2 parents 984c8a5 + e6d01a2 commit 3bdede7

3 files changed

Lines changed: 20 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 18 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,20 +6,34 @@
66

77
### Breaking Changes
88

9-
- Generated PO files now have entries sorted **alphabetically by `msgctxt`** for deterministic output. This may affect tests or tooling that depend on a specific entry order. [#684]
10-
- Existing translator comments (`#.` lines) in PO files will be **lost** when regenerating unless explicitly added to the `source_files` parameter. See `MIGRATION.md` for instructions on preserving comments. [#684]
9+
_None_
1110

1211
### New Features
1312

14-
- Add `commit_changes` option to `gp_update_metadata_source` to optionally commit changes after updating the PO file. [#684]
15-
- Add support for translator comments in `gp_update_metadata_source` via a new hash format for `source_files` entries: `{ path: 'file.txt', comment: 'translators: ...' }`. Simple string paths are still supported for entries without comments. [#684]
13+
_None_
1614

1715
### Bug Fixes
1816

1917
_None_
2018

2119
### Internal Changes
2220

21+
_None_
22+
23+
## 14.0.0
24+
25+
### Breaking Changes
26+
27+
- Generated PO files now have entries sorted **alphabetically by `msgctxt`** for deterministic output. This may affect tests or tooling that depend on a specific entry order. [#684]
28+
- Existing translator comments (`#.` lines) in PO files will be **lost** when regenerating unless explicitly added to the `source_files` parameter. See `MIGRATION.md` for instructions on preserving comments. [#684]
29+
30+
### New Features
31+
32+
- Add `commit_changes` option to `gp_update_metadata_source` to optionally commit changes after updating the PO file. [#684]
33+
- Add support for translator comments in `gp_update_metadata_source` via a new hash format for `source_files` entries: `{ path: 'file.txt', comment: 'translators: ...' }`. Simple string paths are still supported for entries without comments. [#684]
34+
35+
### Internal Changes
36+
2337
- Consolidate PO file update logic on `gp_update_metadata_source` action. [#684]
2438
- Remove legacy `MetadataBlock` classes replaced by the new `PoFileGenerator`. [#684]
2539
- Improved efficiency and refined the logs of the `promo_screenshots` action. [#685]

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
fastlane-plugin-wpmreleasetoolkit (13.8.1)
4+
fastlane-plugin-wpmreleasetoolkit (14.0.0)
55
activesupport (>= 6.1.7.1)
66
buildkit (~> 1.5)
77
chroma (= 0.2.0)

lib/fastlane/plugin/wpmreleasetoolkit/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
module Fastlane
44
module Wpmreleasetoolkit
55
NAME = 'fastlane-plugin-wpmreleasetoolkit'
6-
VERSION = '13.8.1'
6+
VERSION = '14.0.0'
77
end
88
end

0 commit comments

Comments
 (0)