Skip to content

Commit

Permalink
Remove extra line break
Browse files Browse the repository at this point in the history
  • Loading branch information
jtpio authored Oct 11, 2021
1 parent c2c75c1 commit f561514
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 @@ -116,7 +116,7 @@ def draft_changelog(
body = title

if npm_versions:
body += f"\n```\n{npm_versions}\n```"
body += f"\n```{npm_versions}\n```"

body += '\n\nAfter merging this PR run the "Full Release" Workflow on your fork of `jupyter_releaser` with the following inputs'
body += f"""
Expand Down

0 comments on commit f561514

Please sign in to comment.