Skip to content

Commit 17a944c

Browse files
author
Steven Silvester
committed
escape the npm version string in PR text
1 parent e8c7288 commit 17a944c

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 += npm_versions
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)