Skip to content

Commit

Permalink
Improve release instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
dentarg committed Feb 24, 2016
1 parent fe55352 commit 3f7a20a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,11 @@ Note that this isn't a benchmark, we're using [ruby-prof] which will slow things

## Release workflow

* Bump the version in `lib/twingly/version.rb`.
* Bump the version in `lib/twingly/version.rb` in a commit, no need to push (the release task does that).

* Make sure you are logged in as [twingly][twingly-rubygems] at RubyGems.org.

* Build and [publish](http://guides.rubygems.org/publishing/) the gem.
* Build and [publish](http://guides.rubygems.org/publishing/) the gem. This will create the proper tag in git, push the commit and tag and upload to RubyGems.

bundle exec rake release

Expand Down

0 comments on commit 3f7a20a

Please sign in to comment.