Skip to content

Commit b76199b

Browse files
author
Steven Silvester
authored
Merge pull request #179 from jtpio/fix-changelog-comment
Fix escaping of the changelog comment
2 parents ebe525a + f561514 commit b76199b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jupyter_releaser/lib.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ def draft_changelog(
116116
body = title
117117

118118
if npm_versions:
119-
body += f"```\n{npm_versions}\n```"
119+
body += f"\n```{npm_versions}\n```"
120120

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

0 commit comments

Comments
 (0)