gem install bundler
bundle install
bundle exec rake
This runs tests on both the Ruby and Tcl code.
- Bump the version number in
lib/cucumber/tcl/version.
Now release it
bundle update && bundle exec rake # check all tests are passing
git commit -m "Release `cat lib/cucumber/tcl/version`"
rake release
To become a release manager, create a pull request adding your name to the list below, and make sure to include a link to your Rubygems profile. One of the existing release managers will then add you.
Current release managers:
To grant release privilege, issue the following command:
gem owner cucumber-tcl --add <NEW OWNER RUBYGEMS EMAIL>