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 204a004 commit e49e0ddCopy full SHA for e49e0dd
.github/workflows/check-release.yml
@@ -24,6 +24,7 @@ jobs:
24
if: ${{ matrix.group == 'check_release' }}
25
uses: jupyter-server/jupyter_releaser/.github/actions/check-release@v1
26
with:
27
+ version_spec: 100.100.100
28
token: ${{ secrets.GITHUB_TOKEN }}
29
- name: Run Link Check
30
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