RELEASING.md in slack-ruby-bot-0.8.2 vs RELEASING.md in slack-ruby-bot-0.9.0
- old
+ new
@@ -9,10 +9,10 @@
```
bundle install
rake
```
-Check that the last build succeeded in [Travis CI](https://travis-ci.org/dblock/slack-ruby-bot) for all supported platforms.
+Check that the last build succeeded in [Travis CI](https://travis-ci.org/slack-ruby/slack-ruby-bot) for all supported platforms.
Increment the version, modify [lib/slack-ruby-bot/version.rb](lib/slack-ruby-bot/version.rb).
* Increment the third number if the release has bug fixes and/or very minor features, only (eg. change `0.2.1` to `0.2.2`).
* Increment the second number if the release contains major features or breaking API changes (eg. change `0.2.1` to `0.3.0`).