Skip to content

Commit

Permalink
release script fix
Browse files Browse the repository at this point in the history
  • Loading branch information
amihaiemil committed May 1, 2020
1 parent 1a15cef commit 7466501
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ gem push *.gem --config-file /home/r/rubygems.yml

# set next dev version in version.rb
sed -i "s/'${tag}'.freeze # rultor/'${NEXT_VERSION}'.freeze # rultor/" ./lib/version.rb
bundle install

git commit -am "${NEXT_VERSION}"
git checkout master
Expand Down

0 comments on commit 7466501

Please # to comment.