We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3bf1640 commit 7d0e41fCopy full SHA for 7d0e41f
1 file changed
scripts/bump-version.sh
@@ -1,8 +1,7 @@
1
#!/bin/bash
2
3
-type="${1:-patch}"
+type="${1:-bump}"
4
5
-fastlane run increment_version_number bump_type:"$type" xcodeproj:"Source/NVActivityIndicatorView.xcodeproj"
+fastlane run increment_version_number bump_type:"$type"
6
fastlane run version_bump_podspec bump_type:"$type" path:"NVActivityIndicatorView.podspec"
7
-pod install --project-directory=Example
8
0 commit comments