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

Commit

Permalink
Removing Jeweler stuff. Still not done yet with this doc being up-to-…
Browse files Browse the repository at this point in the history
…date
  • Loading branch information
Davis W. Frank committed Feb 26, 2011
1 parent f4050ee commit 483c927
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions RELEASE.markdown
@@ -1,8 +1,8 @@
Releasing Jasmine
# Releasing Jasmine

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

Jasmine core
## Jasmine core

* update version.json with new version
* rake jasmine:dist
Expand All @@ -12,12 +12,11 @@ Jasmine core
* * git tag -a x.x.x-release
* * git push --tags

Jasmine Gem
## Jasmine Gem

* commit and push any changes
* rake jeweler:version:bump:(major/minor/patch) or rake jeweler:version:write MAJOR=x MINOR=x PATCH=x BUILD=x
* * for release candidates, add "rc" + number to the end of the appropriate version part, e.g. we should have tagged the 1.0 RC's as 1.0.0rc1, not 1.0.0.rc1. Likewise 1.0.0.1rc1.
* update version in version.rb
* for release candidates, add "rc" + number to the end of the appropriate version part,
e.g. we should have tagged the 1.0 RC's as 1.0.0rc1, not 1.0.0.rc1. Likewise 1.0.0.1rc1.
* rake jeweler:install and try stuff out
* * (jasmine init and script/generate jasmine)
* rake jeweler:release
* rake site

0 comments on commit 483c927

Please sign in to comment.