elastic / logstash-devutils

An assortment of tooling/libraries to make Logstash core and plugin development and releasing a bit easier.
Apache License 2.0
17 stars 29 forks source link

rake tasks: use our own vendor and publish rake tasks #95

Closed yaauie closed 3 years ago

yaauie commented 3 years ago

This plugin provides rake tasks for preparing (vendor) and publishing release artifacts (publish) that are used by our plugiuns.

These tasks can be included in our own Rakefile, which allows this library to be published with the same toolchain.