Skip to content

Commit

Permalink
Remove "Release" from the GitHub Release title
Browse files Browse the repository at this point in the history
  • Loading branch information
jtpio authored Sep 6, 2021
1 parent f55a540 commit f9dfc6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jupyter_releaser/lib.py
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ def draft_release(
release = gh.create_release(
f"v{version}",
branch,
f"Release v{version}",
f"v{version}",
body,
True,
prerelease,
Expand Down

0 comments on commit f9dfc6e

Please sign in to comment.