From 32f5af9f95cfd386d50c74eaf9941728bf6571e7 Mon Sep 17 00:00:00 2001 From: Zhiyuan Zheng Date: Wed, 12 May 2021 19:31:11 +0200 Subject: [PATCH] Release notes need language code https://github.com/fastlane/fastlane/issues/16700 --- fastlane/Deliverfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fastlane/Deliverfile b/fastlane/Deliverfile index b632ac10..76ebd1fa 100644 --- a/fastlane/Deliverfile +++ b/fastlane/Deliverfile @@ -30,6 +30,6 @@ submission_information({ }) release_notes({ - 'default' => "添加支持修改账户信息", + 'zh-Hans' => "添加支持修改账户信息", 'en-US' => "Added the possibility to update account information" }) \ No newline at end of file