Skip to content

Commit f332e6c

Browse files
authored
chiore: update release script (#149)
1 parent 7c42c83 commit f332e6c

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

scripts/release.sh

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,7 @@ set -e
55
NAME=Avo
66
BUMP=${1:-'patch'}
77

8-
gem bump $BUMP --no-commit
8+
bundle exec bump $BUMP --tag
99
VERSION=$(bundle exec rails runner 'puts Avo::VERSION')
10-
bundle install --quiet
11-
git add .
12-
git commit -m "Bump $NAME to $VERSION"
13-
gem tag
10+
1411
git push --follow-tags

0 commit comments

Comments
 (0)