Sha256: d06136c3a7a5c5b0686abab1d9c12127ce4f4d64068f114fe550cbad7332711c
Contents?: true
Size: 1.02 KB
Versions: 2
Compression:
Stored size: 1.02 KB
Contents
## How to contribute - [Fork](https://help.github.com/articles/fork-a-repo) the [notifier on github](https://github.com/bugsnag/bugsnag-ruby) - Commit and push until you are happy with your contribution - Run the tests with and make sure they all pass ``` rake spec ``` - [Make a pull request](https://help.github.com/articles/using-pull-requests) - Thanks! ## 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 v5.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.
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
bugsnag-5.2.0 | CONTRIBUTING.md |
bugsnag-5.1.0 | CONTRIBUTING.md |