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