Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 316 Bytes

RELEASING.md

File metadata and controls

10 lines (6 loc) · 316 Bytes

Releasing

Code release

Run script/release.sh [major|minor|patch] #defaults to minor

Repackaging release

  1. Set the package number (eg. "-1") in tasks/package.rake. This is required because the same gem version may be packaged multiple times.
  2. Run the rest of the commands from release.sh manually.