Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

Latest commit

 

History

History
16 lines (11 loc) · 623 Bytes

RELEASE.md

File metadata and controls

16 lines (11 loc) · 623 Bytes

How to release

This project is hosted on https://rubygems.org. You can see it here.

Releasing the project requires these steps:

  1. Ensure the code has built successfully and everything is ready to be released
  2. Close the current milestone associated to the release
  3. Install release gems (bundle install ...)
  4. Run release task bundle exec rake release

Incorporate a GitHub project release as well.