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.
2 parents 3485d6d + 0d7a1b6 commit 8d11e4aCopy full SHA for 8d11e4a
jupyter_releaser/actions/draft_release.py
@@ -63,6 +63,10 @@
63
run("jupyter-releaser check-manifest")
64
run("jupyter-releaser check-links")
65
run("jupyter-releaser tag-release")
66
+
67
# Run check changelog again to make sure no new PRs have been merged
-run("jupyter-releaser check-changelog")
68
+# Skip if this is a check_release job
69
+if not check_release:
70
+ run("jupyter-releaser check-changelog")
71
72
run("jupyter-releaser draft-release")
0 commit comments