Skip to content

Creating a CR manually

rtoy edited this page Dec 15, 2020 · 3 revisions

Currently, the spec has some bikeshed errors that prevent us from using bikeshed's methods for publishing a CR.

Instead it needs to be done manually. Here are the steps needed to do this:

  1. Create a branch to hold the cr named cr-<yyyy>-<mm>-<dd> for the date the CR is expected to be published. Do NOT delete this branch. It will be used to keep track of the version used to create the CR.

  2. Add the following to index.bs:

    Status: CR
    Date: 2020-12-15
    Deadline: 2021-01-15
    Prepare for TR: yes
    
  3. Run compile.sh to verify the spec builds. If there are unexpected errors, please try to fix them.

  4. When compile.sh works do the following:

    1. Create a zip file consisting of
      • index.html
      • style.css
      • images directory

The zip file should now contain everything needed for the updated CR.

Clone this wiki locally