From 663dfe59329f63741bb13be4b2d11dbe7a00c97b Mon Sep 17 00:00:00 2001 From: Steve Gravrock Date: Sat, 12 Oct 2024 10:40:00 -0700 Subject: [PATCH] Updated release instructions --- RELEASE.md | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/RELEASE.md b/RELEASE.md index 517752c2..049b3570 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -46,8 +46,8 @@ When ready to release - specs are all green and the stories are done: ### Release the core NPM module -1. `npm adduser` to save your credentials locally -1. `npm publish .` to publish what's in `package.json` +1. `npm login` to save your credentials locally +2. `npm publish .` to publish what's in `package.json` ### Release the docs @@ -55,11 +55,6 @@ Probably only need to do this when releasing a minor version, and not a patch version. See [the README file in the docs repo](https://github.com/jasmine/jasmine.github.io/blob/master/README.md) for instructions. -1. `rake update_edge_jasmine` -1. `npm run jsdoc` -1. `rake release[${version}]` to copy the current edge docs to the new version -1. Commit and push. - ### Release the `jasmine` NPM package See .