From c4e65e4a9a004b4df720f24833322007d59f6722 Mon Sep 17 00:00:00 2001 From: Steve Gravrock Date: Thu, 23 Jul 2020 16:50:54 -0700 Subject: [PATCH] wip --- RELEASE.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/RELEASE.md b/RELEASE.md index 61ffbadc..00fda1b0 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -60,8 +60,10 @@ Install [twine](https://github.com/pypa/twine) Probably only need to do this when releasing a minor version, and not a patch version. -1. `cp -R edge ${version}` to copy the current edge docs to the new version -1. Add a link to the new version in `index.html` +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. ### Finally