Skip to content

Commit 6027ded

Browse files
committed
Update instructions for generating the model spec in the release docs.
1 parent fb87bcc commit 6027ded

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/source/dev_release.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ First, update the relevant model specification versions. For example, the commit
2828

2929
Next, regenerate the model spec with the new version numbers by doing something like this in the repository root directory:
3030
```
31-
python ./packages/schema/generate-spec.py > packages/schema/jupyterwidgetmodels.latest.md
31+
python ./packages/schema/generate-spec.py -f json-pretty > packages/schema/jupyterwidgetmodels.latest.json
32+
python ./packages/schema/generate-spec.py -f markdown > packages/schema/jupyterwidgetmodels.latest.md
3233
```
3334

3435
Copy `packages/schema/jupyterwidgetmodels.latest.md` to an appropriately-named

0 commit comments

Comments
 (0)