RELEASING.md in mongoid-scroll-0.3.5 vs RELEASING.md in mongoid-scroll-0.3.6
- old
+ new
@@ -1,9 +1,9 @@
Releasing Mongoid::Scroll
=========================
-There're no particular rules about when to release mongoid-scroll. Release bug fixes frequenty, features not so frequently and breaking API changes rarely.
+There're no particular rules about when to release mongoid-scroll. Release bug fixes frequently, features not so frequently and breaking API changes rarely.
### Release
Run tests, check that all tests succeed locally.
@@ -20,15 +20,14 @@
* Increment the second number if the release contains major features or breaking API changes (eg. change `0.5.1` to `0.4.0`).
Change "Next Release" in [CHANGELOG.md](CHANGELOG.md) to the new version.
```
-0.4.0 (2014-01-27)
-==================
+### 0.4.0 (2018/12/24)
```
-Remove the line with "Your contribution here.", since there will be no more contributions to this release.
+Remove the line with "* Your contribution here.", since there will be no more contributions to this release.
Commit your changes.
```
git add CHANGELOG.md lib/mongoid-scroll/version.rb
@@ -50,18 +49,17 @@
### Prepare for the Next Version
Add the next release to [CHANGELOG.md](CHANGELOG.md).
```
-Next Release
-============
+### Next Release
* Your contribution here.
```
Increment the minor version, modify [lib/mongoid-scroll/version.rb](lib/mongoid-scroll/version.rb).
-Comit your changes.
+Commit your changes.
```
git add CHANGELOG.md lib/mongoid-scroll/version.rb
git commit -m "Preparing for next release, 0.4.1."
git push origin master