Skip to content

Commit

Permalink
Update release script
Browse files Browse the repository at this point in the history
  • Loading branch information
kirillplatonov committed Mar 28, 2024
1 parent ebd9ef6 commit 1d27e52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/release
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ fi
printf "module Hotwire\n module Livereload\n VERSION = \"$VERSION\"\n end\nend\n" > ./lib/hotwire/livereload/version.rb
bundle
npm install
npm build
npm run build
git add Gemfile.lock lib/hotwire/livereload/version.rb app/assets/javascripts/hotwire-livereload.js app/assets/javascripts/hotwire-livereload-turbo-stream.js
git commit -m "Bump version for $VERSION"
git push
Expand Down

0 comments on commit 1d27e52

Please sign in to comment.