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

Latest commit

 

History

History
16 lines (12 loc) · 791 Bytes

RELEASE.md

File metadata and controls

16 lines (12 loc) · 791 Bytes

How to Release

This project is hosted on RubyGems. You can see it here.

Releasing the project requires these steps:

  1. Set the version number in the file lib/cerner/oauth1a/version.rb
  2. Run bin/rspec and verify that no tests fail
  3. Run bin/rake build and verify that the gem packages without a failure
  4. Use a GitHub project release to release the project and tag (be sure it follows semver)
  5. Run gem push pkg/cerner-oauth1a-x.x.x.gem to release the gem to RubyGems
  6. Update master to a new minor version