We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e8c7288 + 17a944c commit 0c3494dCopy full SHA for 0c3494d
jupyter_releaser/lib.py
@@ -116,7 +116,7 @@ def draft_changelog(
116
body = title
117
118
if npm_versions:
119
- body += npm_versions
+ body += f"```\n{npm_versions}\n```"
120
121
body += '\n\nAfter merging this PR run the "Full Release" Workflow on your fork of `jupyter_releaser` with the following inputs'
122
body += f"""
0 commit comments