From 6452b5e06aee3035161d7cf0a5297bd785a390ff Mon Sep 17 00:00:00 2001 From: Fries_I23 Date: Thu, 25 May 2023 16:20:07 +0800 Subject: [PATCH] chore: Bump version to 1.2.3+5 --- CHANGELOG.md | 5 +++++ docs/CHANGELOG/zh.md | 5 +++++ fastlane/metadata/android/en-US/changelogs/5.txt | 2 ++ fastlane/metadata/android/zh-CN/changelogs/5.txt | 2 ++ pubspec.yaml | 2 +- 5 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 fastlane/metadata/android/en-US/changelogs/5.txt create mode 100644 fastlane/metadata/android/zh-CN/changelogs/5.txt diff --git a/CHANGELOG.md b/CHANGELOG.md index 84aaf4ae..79c75dbc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ [中文](./docs/CHANGELOG/zh.md) +## 1.2.3+5 + +- fix artifact path with appbundle +- fix app signed progress + ## 1.2.2+4 - Fix fastlane locale folder case diff --git a/docs/CHANGELOG/zh.md b/docs/CHANGELOG/zh.md index f0fe8682..f1093dd7 100644 --- a/docs/CHANGELOG/zh.md +++ b/docs/CHANGELOG/zh.md @@ -1,5 +1,10 @@ # 更新日志 +## 1.2.3+5 + +- 修复 appbundle 构件路径 +- 修复应用程序构建签名 + ## 1.2.2+4 - 修复 Fastlane 的本地化文件夹大小写问题 diff --git a/fastlane/metadata/android/en-US/changelogs/5.txt b/fastlane/metadata/android/en-US/changelogs/5.txt new file mode 100644 index 00000000..9a2d39c6 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/5.txt @@ -0,0 +1,2 @@ +- fix artifact path with appbundle +- fix app signed progress \ No newline at end of file diff --git a/fastlane/metadata/android/zh-CN/changelogs/5.txt b/fastlane/metadata/android/zh-CN/changelogs/5.txt new file mode 100644 index 00000000..a089df46 --- /dev/null +++ b/fastlane/metadata/android/zh-CN/changelogs/5.txt @@ -0,0 +1,2 @@ +- 修复 appbundle 构件路径 +- 修复应用程序构建签名 \ No newline at end of file diff --git a/pubspec.yaml b/pubspec.yaml index 80994e3e..865c2493 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -20,7 +20,7 @@ publish_to: "none" # Remove this line if you wish to publish to pub.dev # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html # In Windows, build-name is used as the major, minor, and patch parts # of the product and file versions while build-number is used as the build suffix. -version: 1.2.2+4 +version: 1.2.3+5 environment: sdk: ">=2.18.6 <3.0.0"