diff --git a/RELEASE.md b/RELEASE.md index b388cf85..f69663e0 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -41,6 +41,7 @@ When ready to release - specs are all green and the stories are done: ### Build standalone distribution 1. Build the standalone distribution with `grunt buildStandaloneDist` +1. This will generate `dist/jasmine-standalone-.zip`, which you will upload later (see "Finally" below). ### Release the core Ruby gem @@ -76,8 +77,7 @@ Probably only need to do this when releasing a minor version, and not a patch ve 1. In `package.json`, update both the package version and the jasmine-core dependency version 1. Commit and push. 1. Wait for Travis to go green again. -1. `grunt release ` -1. `npm publish .` +1. `grunt release `. (Note: This will publish the package by running `npm publish`.) #### Gem