gowalk-cicd 1.0.12 → 1.0.13

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -73,6 +73,19 @@ in Play Console; every later run detects API readiness and uploads to the
73
73
  `internal` track automatically. Override the track or status with repository
74
74
  variables `GOOGLE_PLAY_TRACK` and `GOOGLE_PLAY_STATUS`.
75
75
 
76
+ ### Localized release notes
77
+
78
+ Both stores pick up per-locale release notes from committed files:
79
+
80
+ - **iOS** — `fastlane/metadata/ios/<locale>/release_notes.txt` (ASC locale
81
+ codes: `en-US`, `de-DE`, `zh-Hans`, …). Each localization whose file exists
82
+ gets that text as its "What's New"; localizations without a file fall back
83
+ to the single `app-store-whats-new` input / default text.
84
+ - **Android** — `distribution/whatsnew/whatsnew-<bcp47>` files (e.g.
85
+ `whatsnew-en-US`, `whatsnew-de-DE`). When `distribution/whatsnew/` exists,
86
+ the deploy workflow passes it to the Play upload and the notes ship with
87
+ every release; when absent, releases upload without notes as before.
88
+
76
89
  ## Android delivery via Bitrise (alternative mode)
77
90
 
78
91
  Use this when the Android **upload keystore password lives in Bitrise** (not in
@@ -1 +1 @@
1
- 1.0.12
1
+ 1.0.13
@@ -1 +1 @@
1
- 1.0.12
1
+ 1.0.13
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gowalk-cicd",
3
- "version": "1.0.12",
3
+ "version": "1.0.13",
4
4
  "description": "Zero-config GitHub Actions delivery for iOS TestFlight and Android Google Play.",
5
5
  "type": "module",
6
6
  "bin": {