Browse Source

Do not generate doc by default

onevcat 5 years ago
parent
commit
03366a3b7c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      fastlane/Fastfile

+ 1 - 1
fastlane/Fastfile

@@ -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}")