Skip to content

Releasing new versions of Wraith

Chris Ashton edited this page Feb 28, 2016 · 2 revisions
  1. Increment the version:

lib/wraith/version.rb

  1. Commit and push the new version to Git.

  2. Tag the release, i.e.

git tag -a v3.1.0 -m "description"
git push --tags
  1. Go to GitHub and fill out the release details properly.

  2. Push the latest gem:

gem build wraith.gemspec 
gem push wraith-3.1.0.gem