From 5c17456925398f89c4f0123b270ba3081d79874c Mon Sep 17 00:00:00 2001 From: Steve Gravrock Date: Wed, 17 Mar 2021 19:44:16 -0700 Subject: [PATCH] Updated release instructions --- RELEASE.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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