Skip to content

Commit 7731304

Browse files
committed
fix handling of --use-changelog-version
1 parent 706afe4 commit 7731304

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/actions/draft-release/action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ runs:
5858
export RH_SINCE=${{ inputs.since }}
5959
export RH_SINCE_LAST_STABLE=${{ inputs.since_last_stable }}
6060
export RH_STEPS_TO_SKIP=${{ inputs.steps_to_skip }}
61+
export RH_USE_CHANGELOG_VERSION=1
6162
6263
# Draft Release
6364
python -m jupyter_releaser.actions.draft_release

jupyter_releaser/actions/draft_release.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
os.chdir(curr_dir)
5454

5555

56-
run_action("jupyter-releaser bump-version --use-changelog-version")
56+
run_action("jupyter-releaser bump-version")
5757

5858
with make_group("Handle Check Release"):
5959
if check_release:

0 commit comments

Comments
 (0)