Skip to content
This repository has been archived by the owner on Jan 16, 2022. It is now read-only.

Latest commit

 

History

History
25 lines (20 loc) · 582 Bytes

RELEASE.markdown

File metadata and controls

25 lines (20 loc) · 582 Bytes

Releasing Jasmine

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

Jasmine core

  • update version.json with new version
  • rake jasmine:dist
  • add pages/downloads/*.zip
  • commit, tag, and push both jasmine/pages and jasmine
    • git push
    • git tag -a x.x.x-release
    • git push --tags

Jasmine Gem

  • rake jeweler:version:bump:(major/minor/patch)
  • sudo rake jeweler:install and try stuff out
    • (jasmine init and script/generate jasmine)
  • commit, tag, and push
    • git push
    • git tag -a x.x.x.x-release
    • git push --tags
  • rake jeweler:release
  • rake site