We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e36cfc commit 296e025Copy full SHA for 296e025
rakelib/release.rake
@@ -89,9 +89,7 @@ end
89
# rubocop:enable Metrics/BlockLength
90
91
task :test do
92
- bundle_install_in(gem_root)
93
- bundle_exec(gem_root, "rake update_changelog")
94
unbundled_sh_in_dir(gem_root, "cd #{dummy_app_dir}; bundle update react_on_rails")
95
- sh_in_dir(gem_root, "git commit -a -m 'Update Gemfile.lock and CHANGELOG.md'")
+ sh_in_dir(gem_root, "git commit -a -m 'Update Gemfile.lock for spec app'")
96
sh_in_dir(gem_root, "git push")
97
end
0 commit comments