File tree Expand file tree Collapse file tree 1 file changed +3
-8
lines changed
Expand file tree Collapse file tree 1 file changed +3
-8
lines changed Original file line number Diff line number Diff line change @@ -107,18 +107,13 @@ It outputs an ironically webpacked couple of files into `lib/assets/react-source
107107
108108##### Updating ReactRailsUJS
109109- Update the UJS with ` rake ujs:update `
110- - (For Maintainers) To release a new NPM version:
111- - Update the version in ` package.json `
112- - Commit & push to master
113- - ` bundle exec rake ujs:publish ` (runs ` npm publish ` )
114110
115111##### Releasing the Gem
116112- (For Maintainers) To release a new RubyGems version:
117- - Increment the version in ` lib/react/rails/version.rb `
118- - Add an entry to ` VERSIONS.md `
119113 - Update the [ changelog] ( CHANGELOG.md ) (find recent changes on GitHub by listing commits or showing closed PRs)
120- - Commit changes & push to master
121- - ` bundle exec rake release ` : pushes a tag to GitHub, builds a ` .gem ` , and pushes to RubyGems
114+ - Regular versions: ` bundle exec rake create_release\[2.7.0\] `
115+ - RC versions: ` bundle exec rake create_release\[2.7.0.rc.2\] `
116+ - Note, ` rake create_release ` runs ` rake react:update ` and ` rake ujs:update `
122117
123118## Styleguides
124119
You can’t perform that action at this time.
0 commit comments