Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 292 Bytes

PUBLISH_NEW_RELEASE.md

File metadata and controls

9 lines (6 loc) · 292 Bytes

Publish a new release into Rubygems.

  1. Increment the version number in puma-plugin-dogstatsd.gemspec
  2. Commit && push to Github this change with Bump to <version> message
  3. $ gem build puma-plugin-dogstatsd.gemspec
  4. $ gem push puma-plugin-dogstatsd-<version>.gem

Done 🙂