Skip to content

Commit 7814b82

Browse files
authored
Merge pull request #1264 from reactjs/doc-updates
Update README.md
2 parents f0fa263 + b955da4 commit 7814b82

File tree

2 files changed

+4
-9
lines changed

2 files changed

+4
-9
lines changed

CONTRIBUTING.md

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff 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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
[![Ruby](https://github.com/reactjs/react-rails/actions/workflows/ruby.yml/badge.svg)](https://github.com/reactjs/react-rails/actions/workflows/ruby.yml)
66

77
## News
8-
v2.7.0.rc.0 is out on [Ruby Gems](https://rubygems.org/gems/react-rails/versions/2.7.0.rc.0) and [NPM](https://www.npmjs.com/package/react_ujs/v/2.7.0-rc.0). Please try it out!
8+
v2.7.0.rc.2 is out on [Ruby Gems](https://rubygems.org/gems/react-rails/versions/2.7.0.rc.2) and [NPM v2.7.0-rc.2](https://www.npmjs.com/package/react_ujs/v/2.7.0-rc.2). Please try it out!
99

1010
## Summary
1111
React-Rails is a flexible tool to use [React](http://facebook.github.io/react/) with Rails. The benefits:

0 commit comments

Comments
 (0)