From b67a19507f60b24b42c989a2d4dd861ae09acf86 Mon Sep 17 00:00:00 2001 From: slackersoft Date: Sat, 11 Oct 2014 22:13:26 -0700 Subject: [PATCH] Add notes for releasing new versions of the docs --- RELEASE.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/RELEASE.md b/RELEASE.md index 6fe1bc2d..d626bfbe 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -52,6 +52,13 @@ When ready to release - specs are all green and the stories are done: 1. `npm adduser` to save your credentials locally 1. `npm publish .` to publish what's in `package.json` +### Release the docs + +Probably only need to do this when releasing a minor version, and not a patch version. + +1. `cp edge ${version}` to copy the current edge docs to the new version +1. Add a link to the new version in `index.html` + ### Finally 1. Visit the [Releases page for Jasmine](https://github.com/pivotal/jasmine/releases), find the tag just pushed.