Skip to content

Commit 570455b

Browse files
authored
chore: release script takes version argument (#318)
1 parent bf12e4e commit 570455b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/release.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ NAME=Avo
66
BUMP=${1:-'patch'}
77

88
# Initial bump
9-
gem bump --no-commit
9+
gem bump --version $BUMP --no-commit
1010

1111
# update the appraisal gemspecs
1212
bundle exec appraisal install

0 commit comments

Comments
 (0)