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.
1 parent e8c7288 commit 17a944cCopy full SHA for 17a944c
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