Skip to content
This repository was archived by the owner on Jul 6, 2021. It is now read-only.

Latest commit

 

History

History
30 lines (19 loc) · 959 Bytes

File metadata and controls

30 lines (19 loc) · 959 Bytes

Running tests

gem install bundler
bundle install
bundle exec rake

This runs tests on both the Ruby and Tcl code.

Release Process

  • 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

Gaining Release Privileges

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>