elastic / logstash

Logstash - transport and process your logs, events, or other data
https://www.elastic.co/products/logstash
Other
14.14k stars 3.49k forks source link

Expand `rake version:sync` to also update asciidoc variables and the README.md #8114

Open ph opened 6 years ago

ph commented 6 years ago

Update the documentation and the readme file is done manually by a human and this is error prone. We already have a rake task that take care of updating the version of the gems and also the dependencies requirements called rake version:sync.

We can expand this task to also take care of updating the following:

bbvch13531 commented 5 years ago

Hello! I searched logstash through hacktoberfest.

Also I'm interested in this issue.

The version of gemfile.jruby Gemfile.jruby-2.3.lock.release in /rakelib/bump_plugin_versions.rake might be changed. Because when gemfile.jruby is updated, It should be updated too.

But I'm new in ruby... would you like to let me know the keyword to implement it please? 😄