Skip to content
This repository has been archived by the owner on Dec 7, 2018. It is now read-only.

Commit

Permalink
update how to release
Browse files Browse the repository at this point in the history
  • Loading branch information
toshitanian committed Oct 10, 2016
1 parent b52866e commit 338a4f2
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,25 @@ A generic [fluentd][1] output plugin for sending logs to an HTTP endpoint

If you'd like to retry failed requests, consider using [fluent-plugin-bufferize][3].

## how to release

**Include these changes to pull request**

- update `CHANGELOG.md`
- update `README.md`

**After master is updated**

```
# bump `gem.version` in `fluent-plugin-out-http-ext.gemspec`
# upload to rubygems
$ bundle exec rake release
# push updates
$ git push --follow-tags
```

----

Heavily based on [fluent-plugin-growthforecast][2]
Expand Down

0 comments on commit 338a4f2

Please sign in to comment.