Skip to content

Commit

Permalink
Merge pull request #179 from jtpio/fix-changelog-comment
Browse files Browse the repository at this point in the history
Fix escaping of the changelog comment
  • Loading branch information
Steven Silvester authored Oct 11, 2021
2 parents ebe525a + f561514 commit b76199b
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{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 b76199b

Please sign in to comment.