mirror of
https://github.com/fluent/fluentd-ui.git
synced 2026-05-05 02:46:11 +02:00
Add how to build and release a gem to README
This commit is contained in:
parent
22e653aa79
commit
f97518a4bb
@ -21,3 +21,12 @@ Or, for developers.
|
||||
$ bundle install
|
||||
$ bundle exec rails s
|
||||
|
||||
# Building fluentd-ui.gem
|
||||
|
||||
It has the same tasks of `bundle gem foobar; cd foobar; rake -T`.
|
||||
|
||||
$ bundle exec rake build
|
||||
fluentd-ui 0.0.1.pre built to pkg/fluentd-ui-0.0.1.pre.gem.
|
||||
|
||||
$ bundle exec rake release
|
||||
# Push to rubygems.org
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user