Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 631 Bytes

release_instruction.md

File metadata and controls

22 lines (16 loc) · 631 Bytes

Release instructions

Use gem_release to publish new versions.

First, create a new tag with one of the following command:

gem bump --push # Create a new patch
gem bump --push --version minor
gem bump --push --version major

Don't forget to add the new version to retype.yml!
(until we figure out how to automate this step).

Then, publish the version on rubygem:

gem release

Caoutsearch is still under developement, so we don't take time to communicate changes on every release.
When it'll be ready for public diffusion, add a release on github.