From da0c45a617da9f99096a615b82c904d70e866530 Mon Sep 17 00:00:00 2001 From: Vijay Bharadwaj Date: Sun, 11 Sep 2016 23:19:35 -0700 Subject: [PATCH] [administrivia] Update Readme.md with instructions for creating new WD --- README.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ceff0b788..a34a6cd65 100644 --- a/README.md +++ b/README.md @@ -35,9 +35,20 @@ git clone --depth=1 --branch=master https://github.com/tabatkins/bikeshed.git ./ pip install pygments pip install --editable ./bikeshed cp -R .spec-data/* ./bikeshed/bikeshed/spec-data -```` +``` # Continuous Integration & Branches This repository uses `.deploy-output.sh` to generate the Editor's Draft on the `gh-pages` branch upon every merge to `master`. In order to prevent failed merges during continuous integration, the formatted Editor's Draft should not be checked in to `master`, and it is in the `.gitignore` file. +# Creating a new Working Draft + +To build a new WD and upload it to the W3C publishing system: +- Make sure Bikeshed is installed locally +- Edit the Bikeshed metadata to change the status from ED to WD (do not commit this change) +- Build and upload the new draft with +``` +bikeshed echidna -u USERNAME -p PASSWORD -d DECISION_URL +``` + +This will create a tarball of the HTML and images, and upload to Echidna. Status of the request can be tracked through the W3C API [as described in the Echidna documentation](https://github.com/w3c/echidna/wiki/How-to-use-Echidna). \ No newline at end of file