We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf12e4e commit 570455bCopy full SHA for 570455b
scripts/release.sh
@@ -6,7 +6,7 @@ NAME=Avo
6
BUMP=${1:-'patch'}
7
8
# Initial bump
9
-gem bump --no-commit
+gem bump --version $BUMP --no-commit
10
11
# update the appraisal gemspecs
12
bundle exec appraisal install
0 commit comments