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 6d825e1 + 1eadc1a commit 3ce39f0Copy full SHA for 3ce39f0
jupyter_releaser/actions/draft_release.py
@@ -47,4 +47,6 @@
47
run("jupyter-releaser check-manifest")
48
run("jupyter-releaser check-links")
49
run("jupyter-releaser tag-release")
50
+# Run check changelog again to make sure no new PRs have been merged
51
+run("jupyter-releaser check-changelog")
52
run("jupyter-releaser draft-release")
0 commit comments