RELEASING.md in mongoid-scroll-1.0.1 vs RELEASING.md in mongoid-scroll-2.0.0

- old
+ new

@@ -12,13 +12,10 @@ rake ``` Check that the last build succeeded in [Github Actions](https://github.com/mongoid/mongoid-scroll/actions) for all supported platforms. -Increment the version, modify [lib/mongoid/scroll/version.rb](lib/mongoid/scroll/version.rb). - -* Increment the third number if the release has bug fixes and/or very minor features, only (eg. change `0.4.1` to `0.4.2`). -* Increment the second number if the release contains major features or breaking API changes (eg. change `0.4.1` to `0.5.0`). +Check that the version in [lib/mongoid/scroll/version.rb](lib/mongoid/scroll/version.rb) is the one you are releasing. Change "Next Release" in [CHANGELOG.md](CHANGELOG.md) to the new version. ``` ### 0.4.0 (2018/12/24)