voxpupuli/voxpupuli-release-gem

Name: voxpupuli-release-gem

Owner: Vox Pupuli

Description: A helper Gem for Vox Pupuli

Created: 2016-01-04 16:21:57.0

Updated: 2016-12-14 15:03:01.0

Pushed: 2017-12-18 21:50:43.0

Homepage: null

Size: 13

Language: Ruby

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

Voxpupuli Release Gem

This is a helper Gem for the Vox Pupuli release workflow. This Gem currently serves only to encapsulate common rake tasks related to releasing modules.

Usage

Add the voxpupuli-release Gem to your Gemfile:

'voxpupuli-release', git: 'https://github.com/voxpupuli/voxpupuli-release-gem'

Then, at the top of your Rakefile, add:

ire 'voxpupuli-release'

To cut a new release of your module, ensure the metadata.json reflects the proper version. Also ensure that the CHANGELOG.md has a note about the release and that it actually is named Release or release, some old modules refer to it as Version, which won't work. Lastly check that no tag exists with that version number (format v#.#.#), and then run:

le exec rake travis_release

This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.