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 855885f + 55f97a8 commit 561823dCopy full SHA for 561823d
jupyter_releaser/actions/draft_release.py
@@ -36,7 +36,7 @@
36
# Do this before bumping the version
37
curr_dir = os.getcwd()
38
os.chdir(CHECKOUT_NAME)
39
-os.environ.setdefault("RH_SINCE", get_latest_tag(os.environ["RH_BRANCH"]))
+os.environ.setdefault("RH_SINCE", get_latest_tag(os.environ["RH_BRANCH"] or ""))
40
os.chdir(curr_dir)
41
42
run("jupyter-releaser bump-version")
0 commit comments