Commit faeddac
Simplify release script to match react_on_rails without npm
Cleaned up release.rake to exactly match react_on_rails pattern but
without the npm/release-it parts that aren't needed for cypress-on-rails.
Removed from react_on_rails version:
- npm_version conversion logic
- release-it command execution
- Gemfile.lock updates for dummy apps
- gemspec cleanup for subdirectories
- GitHub packages publishing
Kept from react_on_rails version:
- Same structure and flow
- RaisingMessageHandler class
- TaskHelpers include pattern
- git pull --rebase
- gem bump with -v flag (fixed from --version)
- gem release to rubygems.org
- Post-release CHANGELOG reminder
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>1 parent 2b677da commit faeddac
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| |||
0 commit comments