We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c596c84 commit f8bb30dCopy full SHA for f8bb30d
1 file changed
scripts/bump-version.sh
@@ -1,6 +1,6 @@
1
#!/bin/bash
2
3
-type="${1:-bump}"
+type="${1:-patch}"
4
5
fastlane run increment_build_number
6
fastlane run increment_version_number bump_type:"$type"
0 commit comments