Forráskód Böngészése

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

Jason Grout 5 éve
szülő
commit
708fd79b41
1 módosított fájl, 7 hozzáadás és 0 törlés
  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 .
 ```