Skip to content

Latest commit

 

History

History
47 lines (30 loc) · 1.02 KB

CONTRIBUTING.md

File metadata and controls

47 lines (30 loc) · 1.02 KB

How to contribute

How to release

If you're a member of the core team, follow these instructions for releasing bugsnag-ruby.

First time setup

  • Create a Rubygems account
  • Get James/Simon to add you as contributor on bugsnag-ruby in Rubygems

Every time

  • Update VERSION

  • Update CHANGELOG.md

  • Update README.md if necessary

  • Commit/push your changes

    git commit -am v2.X.X
    git push origin master
    
  • Release to rubygems

    bundle exec rake release
    
  • Update the version running in the bugsnag-website project

Update docs.bugsnag.com

Update the setup guides for Ruby (and its frameworks) with any new content.