Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 635 Bytes

RELEASE.markdown

File metadata and controls

16 lines (10 loc) · 635 Bytes

Releasing Jasmine

Add release notes to gh-pages branch /release-notes.html.markdown

Jasmine core

See release docs in jasmine-core

Jasmine Gem

  1. Update the release notes in release_notes - use the Anchorman gem to generate the markdown file and edit accordingly
  2. update version in version.rb
  • for release candidates, add ".rc" + number to the end of the appropriate version part
  1. commit and push the version update to github
  2. rake release - tags the repo with the version, builds the jasmine gem, pushes the gem to Rubygems.org. In order to release you will have to ensure you have rubygems creds locally.