Skip to content

Commit 8a360c0

Browse files
committed
Add skip CI tag to bot commits
1 parent 063d987 commit 8a360c0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

fastlane/Fastfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ lane :release do
5252
if podspec_version != latest_version
5353
UI.message "Podspec version was #{podspec_version}. Updating Podspec version"
5454
version_bump_podspec(path: "./#{podspec}", version_number: latest_version)
55-
commit = commit_file(file_path: "#{podspec}", commit_message: "Bumped Podspec Version to v#{latest_version}")
55+
commit = commit_file(file_path: "#{podspec}", commit_message: "Bumped Podspec Version to v#{latest_version} [skip ci]")
5656
commit_sha = commit[:json]["commit"]["sha"]
5757
end
5858
end
@@ -67,7 +67,7 @@ lane :release do
6767
if framework_version != latest_version
6868
UI.message "Framework version was #{framework_version}. Updating framework version"
6969
set_info_plist_value(path: "./#{framework_path}", key: "CFBundleShortVersionString", value: latest_version)
70-
commit = commit_file(file_path: "#{framework_path}", commit_message: "Bumped Framework Version to v#{latest_version}")
70+
commit = commit_file(file_path: "#{framework_path}", commit_message: "Bumped Framework Version to v#{latest_version} [skip ci]")
7171
commit_sha = commit[:json]["commit"]["sha"]
7272
end
7373
end

0 commit comments

Comments
 (0)