summaryrefslogtreecommitdiff
path: root/RELEASING.md
diff options
context:
space:
mode:
authorMichael Herold <michael.j.herold@gmail.com>2017-02-22 06:49:01 -0600
committerMichael Herold <michael.j.herold@gmail.com>2017-02-22 06:49:01 -0600
commitb36de9402e80140248c74ea2ce08f7db94375c66 (patch)
tree9d3ecb4f51ec8facd95adf424eed60d33436982d /RELEASING.md
parent897a3b07263db9688ef8a68131ef9e8a08710d31 (diff)
downloadhashie-b36de9402e80140248c74ea2ce08f7db94375c66.tar.gz
Prepare for next development iteration, 3.5.5
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
```