File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ lane :release do
52
52
if podspec_version != latest_version
53
53
UI . message "Podspec version was #{ podspec_version } . Updating Podspec version"
54
54
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] " )
56
56
commit_sha = commit [ :json ] [ "commit" ] [ "sha" ]
57
57
end
58
58
end
@@ -67,7 +67,7 @@ lane :release do
67
67
if framework_version != latest_version
68
68
UI . message "Framework version was #{ framework_version } . Updating framework version"
69
69
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] " )
71
71
commit_sha = commit [ :json ] [ "commit" ] [ "sha" ]
72
72
end
73
73
end
You can’t perform that action at this time.
0 commit comments