Skip to content

Commit

Permalink
fix handling of --use-changelog-version
Browse files Browse the repository at this point in the history
  • Loading branch information
blink1073 committed Jul 8, 2022
1 parent 706afe4 commit 7731304
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/actions/draft-release/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ runs:
export RH_SINCE=${{ inputs.since }}
export RH_SINCE_LAST_STABLE=${{ inputs.since_last_stable }}
export RH_STEPS_TO_SKIP=${{ inputs.steps_to_skip }}
export RH_USE_CHANGELOG_VERSION=1
# Draft Release
python -m jupyter_releaser.actions.draft_release
2 changes: 1 addition & 1 deletion jupyter_releaser/actions/draft_release.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
os.chdir(curr_dir)


run_action("jupyter-releaser bump-version --use-changelog-version")
run_action("jupyter-releaser bump-version")

with make_group("Handle Check Release"):
if check_release:
Expand Down

0 comments on commit 7731304

Please sign in to comment.