README.md in libhoney-1.14.7 vs README.md in libhoney-1.15.0

- old
+ new

@@ -2,12 +2,12 @@ Ruby gem for sending events to [Honeycomb](https://www.honeycomb.io), a service for debugging your software in production. Requires Ruby 2.2 or greater. -- [Usage and Examples](https://docs.honeycomb.io/sdk/ruby/) -- [API Reference](https://www.rubydoc.info/gems/libhoney) +- [Usage and Examples](https://docs.honeycomb.io/sdk/ruby/) +- [API Reference](https://www.rubydoc.info/gems/libhoney) For tracing support and automatic instrumentation of Rails, Sinatra, Rack, ActiveRecord, and other frameworks, check out our [Beeline for Ruby](https://github.com/honeycombio/beeline-ruby). ## Contributions @@ -18,10 +18,13 @@ All contributions will be released under the Apache License 2.0. ### Releasing a new version CircleCI will automatically upload tagged releases to Rubygems. To release a new -version, run +version, update the version using `bump`. + ``` -bump patch --tag # Or bump minor --tag, etc. -git push --follow-tags +bump patch # Or bump minor, etc. ``` + +Then, after the version change has been merged into `main`, follow our usual instructions +for tagging and updating the github release.