summaryrefslogtreecommitdiff
path: root/RELEASING.md
diff options
context:
space:
mode:
Diffstat (limited to 'RELEASING.md')
-rw-r--r--RELEASING.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/RELEASING.md b/RELEASING.md
index 562f039..02f01e4 100644
--- a/RELEASING.md
+++ b/RELEASING.md
@@ -108,7 +108,7 @@ Add new "Unreleased" section to [CHANGELOG.md](CHANGELOG.md) using this template
* Your contribution here.
-### Miscellanous
+### Miscellaneous
* Your contribution here.
```
@@ -120,7 +120,7 @@ Increment the minor version, modify [lib/hashie/version.rb](lib/hashie/version.r
Commit your changes.
```sh
-git add CHANGELOG.md README.md
+git add CHANGELOG.md README.md lib/hashie/version.rb
git commit -m "Preparing for next development iteration, 3.3.1."
git push origin master
```