Skip to content

Commit 42f6699

Browse files
committed
Revert rake test changes
1 parent 8501f35 commit 42f6699

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ If you think ShakaCode can help your project, [click here](https://meetings.hubs
1515
Please follow the recommendations outlined at [keepachangelog.com](http://keepachangelog.com/). Please use the existing headings and styling as a guide, and add a link for the version diff at the bottom of the file. Also, please update the `Unreleased` link to compare to the latest release version.
1616

1717
## Versions
18+
19+
### [Unreleased]
1820
Changes since the last non-beta release.
1921

2022
### [15.0.0-alpha.2] - 2025-03-07

rakelib/release.rake

+1-3
Original file line numberDiff line numberDiff line change
@@ -89,9 +89,7 @@ end
8989
# rubocop:enable Metrics/BlockLength
9090

9191
task :test do
92-
bundle_install_in(gem_root)
93-
bundle_exec(gem_root, "rake update_changelog")
9492
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'")
93+
sh_in_dir(gem_root, "git commit -a -m 'Update Gemfile.lock for spec app'")
9694
sh_in_dir(gem_root, "git push")
9795
end

0 commit comments

Comments
 (0)