We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04b197d commit 98db236Copy full SHA for 98db236
.github/workflows/check-release.yml
@@ -22,6 +22,7 @@ jobs:
22
if: ${{ matrix.group == 'check_release' }}
23
uses: jupyter-server/jupyter_releaser/.github/actions/check-release@v1
24
with:
25
+ version_spec: 100.100.100
26
token: ${{ secrets.GITHUB_TOKEN }}
27
- name: Run Link Check
28
if: ${{ matrix.group == 'link_check' }}
RELEASE.md
@@ -4,6 +4,9 @@
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
12
To create a manual release, perform the following steps:
0 commit comments