Skip to content

Commit 7d0e41f

Browse files
committed
Fix bump-version script
1 parent 3bf1640 commit 7d0e41f

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

scripts/bump-version.sh

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
#!/bin/bash
22

3-
type="${1:-patch}"
3+
type="${1:-bump}"
44

5-
fastlane run increment_version_number bump_type:"$type" xcodeproj:"Source/NVActivityIndicatorView.xcodeproj"
5+
fastlane run increment_version_number bump_type:"$type"
66
fastlane run version_bump_podspec bump_type:"$type" path:"NVActivityIndicatorView.podspec"
7-
pod install --project-directory=Example
87

0 commit comments

Comments
 (0)