Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 1.23 KB

RELEASING_HYDRA_HEAD.md

File metadata and controls

7 lines (6 loc) · 1.23 KB

Follow these instructions to release a new version of hydra-head, including the contained gems: hydra-core and hydra-access-controls.

  1. In your local repo, on master, bump version number in HYDRA_VERSION (but don't add, commit or push the change, the Rake release task will do it).
  2. Release the gem to rubygems.org: rake all:release
  • If this is your first time pushing to rubygems.org, you will be prompted for your rubygems.org credentials, in which case do the following: gem push; rake all:release
  1. Starting from the GitHub tag automatically created by the rake task, create a GitHub release. Include changes in the version (which can usually be pulled from commit messages). If steps are required to upgrade to the new version, make sure to include these changes. (See an example.)
  2. Send a release message to samvera-tech, samvera-community, and samvera-releases describing the changes (which you can copy from the GitHub release).