Skip to content

Commit

Permalink
Include new JS bundle to release command
Browse files Browse the repository at this point in the history
  • Loading branch information
kirillplatonov committed Mar 19, 2023
1 parent f38ce76 commit e00a7d5
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 @@ -10,7 +10,7 @@ printf "module Hotwire\n module Livereload\n VERSION = \"$VERSION\"\n end\n
bundle
npm install
npm build
git add Gemfile.lock lib/hotwire/livereload/version.rb app/assets/javascripts/hotwire-livereload.js
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
git tag v$VERSION
Expand Down

0 comments on commit e00a7d5

Please sign in to comment.