Skip to content
This repository has been archived by the owner on Mar 6, 2020. It is now read-only.

Latest commit

 

History

History
12 lines (7 loc) · 373 Bytes

RELEASE.md

File metadata and controls

12 lines (7 loc) · 373 Bytes

Release process

All releases

This document simply outlines the release process:

  1. Update version string in this project's gemspec file, and commit the change

  2. Tag the current commit, build and push the gem to rubygems.org by running rake publish

  3. Ensure CHANGELOG.md is updated by running rake changelog, committing and pushing the changes.