Skip to content

Latest commit

 

History

History
43 lines (29 loc) · 920 Bytes

CONTRIBUTING.md

File metadata and controls

43 lines (29 loc) · 920 Bytes

Contributing

Some short notes on how to operate this repository.

Building all the gems

From the top-level directory:

rake package

All the gem files will be placed into the ./gems subdirectory.

Bumping the gem versions

First edit the top-level rcee.gemspec with the desired version number.

Then, from the top-level directory:

rake version:set

which will update the lib/*/version.rb file for all the gems. Make sure to commit these changes.

Making a release