Skip to content

Commit 98db236

Browse files
Backport PR #913 on branch 1.x (Fix handling of dev version) (#914)
Co-authored-by: Steven Silvester <[email protected]>
1 parent 04b197d commit 98db236

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/check-release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ jobs:
2222
if: ${{ matrix.group == 'check_release' }}
2323
uses: jupyter-server/jupyter_releaser/.github/actions/check-release@v1
2424
with:
25+
version_spec: 100.100.100
2526
token: ${{ secrets.GITHUB_TOKEN }}
2627
- name: Run Link Check
2728
if: ${{ matrix.group == 'link_check' }}

RELEASE.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44

55
The recommended way to make a release is to use [`jupyter_releaser`](https://github.com/jupyter-server/jupyter_releaser#checklist-for-adoption).
66

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+
710
## Manual Release
811

912
To create a manual release, perform the following steps:

0 commit comments

Comments
 (0)