Tweak release script dependabot wording

1.103.0-whithout-watcha
David Robertson 2 years ago
parent a103b874dd
commit cebff6f4d5
No known key found for this signature in database
GPG Key ID: 903ECE108A39DEDD
  1. 2
      scripts-dev/release.py

@ -875,6 +875,8 @@ def build_dependabot_changelog(repo: Repo, current_version: version.Version) ->
for i, message in enumerate(messages):
messages[i] = re.sub(r"(.*) \(#(\d+)\)$", replacer, message)
messages.insert(0, "### Updates to locked dependencies\n")
# Add an extra blank line to the bottom of the section
messages.append("")
return "\n".join(messages)

Loading…
Cancel
Save