Skip to content

Commit 4721b83

Browse files
committed
Update dev release docs
1 parent d74e277 commit 4721b83

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/source/dev_release.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -125,10 +125,10 @@ Commit the changes you've made above, and include the uploaded files hashes in t
125125

126126
```
127127
git add -p
128-
git commit -m "Release: ipywidgets 8.0.6, widgetsnbextension 4.0.7, jupyterlab_widgets 3.0.7"
128+
git commit -m "Release: ipywidgets 8.1.1, widgetsnbextension 4.0.9, jupyterlab_widgets 3.0.9"
129129
git commit --amend
130-
git tag 8.0.6
131-
git push origin main 8.0.6
130+
git tag 8.1.1
131+
git push origin main 8.1.1
132132
```
133133

134134
Update conda-forge packages (if the requirements changed to ipywidgets, make sure to update widgetsnbextension first).

0 commit comments

Comments
 (0)