-
Notifications
You must be signed in to change notification settings - Fork 2
Release Procedures
David Chandek-Stark edited this page Feb 27, 2015
·
9 revisions
- Clone projecthydra-labs/rdf-vocab (if you haven't already)
- Update
lib/rdf-vocab/version.rb
on master with the new version number - Run
rake -T
, should see, e.g., for version 0.4.0:
rake release # Create tag v0.4.0 and build and push rdf-vocab-0.4.0.gem to Rubygems
- Run test suite as final sanity check
- Commit (message should indicate version number change) and push
$ git commit -a
$ git push origin master
- Run
rake release