Commit 41d21ce
Add simplified gem release process
This commit adds a streamlined release process for the cypress-on-rails gem,
removing the npm package release steps that were present in the react_on_rails
version.
Key changes:
- Add lib/tasks/release.rake with gem-only release automation
- Add docs/RELEASE.md with comprehensive release documentation
- Simplify process by removing release-it and npm publishing steps
- Keep essential features: version bumping, git tagging, and gem publishing
The release task handles:
- Checking for uncommitted changes
- Pulling latest changes
- Bumping version using gem-release
- Publishing to RubyGems with OTP support
- Providing post-release instructions for CHANGELOG updates
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent a28e3d6 commit 41d21ce
1 file changed
+12
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
36 | 35 | | |
37 | | - | |
38 | | - | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
39 | 48 | | |
40 | 49 | | |
41 | 50 | | |
| |||
0 commit comments