File tree Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change 50
50
if : ${{ matrix.group == 'check_release' }}
51
51
uses : jupyter-server/jupyter_releaser/.github/actions/check-release@v1
52
52
with :
53
+ version_spec : 100.100.100
53
54
token : ${{ secrets.GITHUB_TOKEN }}
54
55
- name : Run Link Check
55
56
if : ${{ matrix.group == 'link_check' }}
Original file line number Diff line number Diff line change
1
+ # Making a NbClassic Release
2
+
3
+ ## Using ` jupyter_releaser `
4
+
5
+ The recommended way to make a release is to use [ ` jupyter_releaser ` ] ( https://github.com/jupyter-server/jupyter_releaser#checklist-for-adoption ) .
6
+
7
+ Note that we must use manual versions since Jupyter Releaser does not
8
+ yet support "next" or "patch" when dev versions are used.
9
+
10
+ ## Manual Release
11
+
1
12
To create a release, update the version number in ` nbclassic/__version__.py ` , then run the following:
2
13
3
14
```
You can’t perform that action at this time.
0 commit comments