Sha256: 1292aa13be494802dec154b12633acb663cf12a9c900cc3d68e1fdde76b14b39
Contents?: true
Size: 940 Bytes
Versions: 18
Compression:
Stored size: 940 Bytes
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 v2.X.X git push origin master ``` * Release to rubygems ``` bundle exec rake release ``` * Update the version running in the bugsnag-website project
Version data entries
18 entries across 18 versions & 2 rubygems