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 c2c75c1 commit f561514Copy full SHA for f561514
jupyter_releaser/lib.py
@@ -116,7 +116,7 @@ def draft_changelog(
116
body = title
117
118
if npm_versions:
119
- body += f"\n```\n{npm_versions}\n```"
+ 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