README.md in certmeister-0.3.2 vs README.md in certmeister-0.4.0
- old
+ new
@@ -54,11 +54,10 @@
If you work at Hetzner and need to release new versions of the gems, do this
(obviously only after making sure the tests run and you have no uncommitted
changes):
```
-bundle exec rake bump:patch # or bump:minor or bump:major
+# edit lib/certmeister/version.rb
bundle
-git add .semver Gemfile.lock
-git commit -m "Bump to version $(bundle exec semver)"
+git commit -m "Bump to version x.y.z" Gemfile.lock lib/certmeister/version.rb
bundle exec release
```