README.md in goodcheck-3.0.0 vs README.md in goodcheck-3.0.1
- old
+ new
@@ -40,10 +40,10 @@
1. Update the version number in [`version.rb`](lib/goodcheck/version.rb).
2. Add the new version's entry to the [changelog](CHANGELOG.md).
3. Update the documentation via `bundle exec rake docs:update_version`.
4. Commit the above changes like `git commit -m 'Version 1.2.3'`.
5. Run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).
-6. Publish the updated documentation like `GIT_USER=some_user USE_SSH=true bundle exec rake docs:publish`.
+6. Publish the updated documentation like `GIT_USER=some_user [USE_SSH=true] bundle exec rake docs:publish`.
## Contributing
Bug reports and pull requests are welcome on [GitHub](https://github.com/sider/goodcheck).