|
|
@@ -76,7 +76,7 @@ platform :ios do
|
|
|
log = extract_current_change_log(version: target_version)
|
|
|
release_log = update_change_log(log: log)
|
|
|
|
|
|
- doc(version: target_version)
|
|
|
+ # doc(version: target_version)
|
|
|
|
|
|
git_commit_all(message: "Bump version to #{target_version}")
|
|
|
|