Browse Source

Add a note to check out a branch before doing a release.

Jason Grout 5 years ago
parent
commit
708fd79b41
1 changed files with 7 additions and 0 deletions
  1. 7 0
      RELEASE.md

+ 7 - 0
RELEASE.md

@@ -30,6 +30,13 @@ conda create -c conda-forge -y -n jlabrelease notebook nodejs twine
 conda activate jlabrelease
 git clone git@github.com:jupyterlab/jupyterlab.git
 cd jupyterlab
+```
+
+Check out the branch you are doing the release from, if different from master.
+
+Then build and install jlpm:
+
+```bash
 pip install -ve .
 ```