Update release procedure

Signed-off-by: Kenji Okimoto <okimoto@clear-code.com>
This commit is contained in:
Kenji Okimoto 2018-05-22 12:05:49 +09:00
parent 7b6eb81449
commit bacc51f8f2
No known key found for this signature in database
GPG Key ID: F9E3E329A5C5E4A1

View File

@ -47,8 +47,11 @@ NOTE: `chromedriver` executable binary should be located under your `$PATH`.
## Building fluentd-ui.gem ## Building fluentd-ui.gem
$ bundle exec rake build # Generate pre-compiled assets
fluentd-ui X.X.X built to pkg/fluentd-ui-X.X.X.gem. $ RAILS_ENV=production bin/rails assets:precompile
# fluentd-ui X.X.X built to pkg/fluentd-ui-X.X.X.gem.
$ RAILS_ENV=production bin/rails build
$ bundle exec rake release
# Push to rubygems.org # Push to rubygems.org
$ bin/rails release