Update release procedure

Signed-off-by: Kenji Okimoto <okimoto@clear-code.com>
This commit is contained in:
Kenji Okimoto 2018-07-19 15:21:00 +09:00
parent 197dfad36f
commit 2514281fca
No known key found for this signature in database
GPG Key ID: F9E3E329A5C5E4A1

View File

@ -55,6 +55,9 @@ NOTE: `chromedriver` executable binary should be located under your `$PATH`.
## Building fluentd-ui.gem
# Generate ChangeLog.md and increment version
$ bin/rails release:prepare
# Clear tmp/, public/assets and public/packs
$ bin/rails tmp:clear assets:clobber && touch tmp/.gitkeep