Skip to content

Commit f050fcf

Browse files
committed
Temp disable docc when creating new versions
1 parent 06ec6d5 commit f050fcf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Fastlane/Fastfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ platform :ios do
4545
desc "Create a new version"
4646
lane :version do |options|
4747
ensure_release_ready
48-
documentation
48+
# documentation
4949

5050
bump_type = options[:type]
5151
version = version_bump_podspec(

0 commit comments

Comments
 (0)