Skip to content

Commit f27cc33

Browse files
authored
Update deploy.py
1 parent 0ee6075 commit f27cc33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/deploy.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ def upload_metadata(self, upload, zenodo_json, version, body, html_url):
232232
file = open("body.txt", "r")
233233
content = file.read()
234234
metadata["title"] = metadata["title"] + " " + metadata["version"]
235-
metadata["description"] = markdown.markdown(metadata["description"]) + "\n\n" + markdown.markdown("## Release Notes") + "\n" + markdown.markdown(content)
235+
metadata["description"] = markdown.markdown(metadata["description"]) + "\n\n" + markdown.markdown(content)
236236
metadata['related_identifiers']=[{'identifier': html_url, 'relation': 'isSupplementTo', 'resource_type': 'software', 'scheme': 'url'}]
237237

238238
# Make the deposit!

0 commit comments

Comments
 (0)