-
Notifications
You must be signed in to change notification settings - Fork 6
Release process
amhed edited this page Oct 7, 2015
·
2 revisions
- Ensure
rake test
is green - Check that README.md is updated if need be
- Use http://semver.org/ for choosing next version number
- Make a separate commit bumping gemspec's version called
Release <x.x.x>
- Tag it with
<x.x.x>
(notv<x.x.x>
) - Push tags
- Merge the tag into
master
- Build the gem and push it to rubygems (you might need some setup if doing it for the first time)
- If in doubt, call Den
Please visit rev-new.com