From 16ec84ae91d2cca94a37a96de24e9e50fe330460 Mon Sep 17 00:00:00 2001 From: Tom Black Date: Wed, 1 Mar 2017 22:54:02 -0500 Subject: Small update to release instructions --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 949e8a2..4e59df1 100644 --- a/README.md +++ b/README.md @@ -20,10 +20,10 @@ Next, install [Bundler](http://bundler.io) and run `bundle install` to get the r Ruby 2D uses a combination of automated tests via [RSpec](http://rspec.info) and manual, interactive tests to verify the correctness of visual, audio, and input functionality. Build the gem and run all automated tests with the `rake` command. Run the interactive tests in the [`test/`](test/) directory using `rake test `, such as `rake test testcard`. To run the test as a native or web application, use `rake native ` and `rake web `, respectfully. -## Preparing a Release +## Preparing a release 1. Update the Simple 2D minimum version required in [extconf.rb](ext/ruby2d/extconf.rb) 2. Run tests on all supported platforms 3. Update the version number in [`version.rb`](lib/ruby2d/version.rb), commit changes 4. Create a [new release](https://github.com/ruby2d/ruby2d/releases) in GitHub, with tag in the form `v#.#.#` -5. Push to [rubygems.org](https://rubygems.org) with `gem push ruby2d-#.#.#.gem` +5. Run `rake` to build the gem and push it to [rubygems.org](https://rubygems.org) with `gem push ruby2d-#.#.#.gem` -- cgit v1.2.3