Skip to content

Commit b955da4

Browse files
authored
Update CONTRIBUTING.md
1 parent 658fa03 commit b955da4

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
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

0 commit comments

Comments
 (0)