We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ecb225 commit 0668098Copy full SHA for 0668098
README.md
@@ -485,3 +485,14 @@ You can also specify this option in `react_component`:
485
- Run tests with `rake test` or `appraisal rake test`
486
- Update React assets with `rake react:update`
487
- Update the UJS with `rake ujs:update`
488
+- Releases:
489
+ - To release a new RubyGems version:
490
+ - Increment the version in `lib/react/rails/version.rb`
491
+ - Add an entry to `VERSIONS.md`
492
+ - Update the changelog (find recent changes on GitHub by listing commits or showing closed PRs)
493
+ - Commit changes & push to master
494
+ - `bundle exec rake release`: pushes a tag to GitHub, builds a `.gem`, and pushes to RubyGems
495
+ - To release a new NPM version:
496
+ - Update the version in `react_ujs/package.json`
497
+ - Commit & push to master
498
+ - `bundle exec rake ujs:publish` (runs `npm publish`)
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
0 commit comments