Commit 8807fa4b authored by Thierry's avatar Thierry

update fastlane

parent 89d6dc30
...@@ -41,7 +41,7 @@ platform :ios do ...@@ -41,7 +41,7 @@ platform :ios do
sync_build_number_to_git # 将 build 号设为 git commit 数 sync_build_number_to_git # 将 build 号设为 git commit 数
increment_version_number(version_number: target_version) # 设置版本号 increment_version_number(version_number: target_version) # 设置版本号
version_bump_podspec(path: "Kingfisher.podspec", version_bump_podspec(path: "GMPhobos.podspec",
version_number: target_version) # 更新 podspec version_number: target_version) # 更新 podspec
git_commit_all(message: "Bump version to #{target_version}") # 提交版本号修改 git_commit_all(message: "Bump version to #{target_version}") # 提交版本号修改
add_git_tag tag: target_version # 设置 tag add_git_tag tag: target_version # 设置 tag
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment