README.md in event_sourcery-postgres-0.4.0 vs README.md in event_sourcery-postgres-0.5.0
- old
+ new
@@ -89,14 +89,11 @@
To release a new version:
1. Update the version number in `lib/event_sourcery/postgres/version.rb`
2. Get this change onto master via the normal PR process
-3. Run `gem_push=false be rake release`,
- this will create a git tag for the version,
- push tags up to GitHub, and package the code in a `.gem` file.
-4. Manually upload the generated gem file (`pkg/event_sourcery-postgres-#{version}.gem`) to
- [rubygems.envato.com](https://rubygems.envato.com).
+3. Run `bundle exec rake release`, this will create a git tag for the
+ version, push tags up to GitHub, and upload the gem to rubygems.org.
## Contributing
Bug reports and pull requests are welcome on GitHub at https://github.com/envato/event_sourcery-postgres.