Browse Source

Tweak release script dependabot wording

tags/v1.85.0rc1
David Robertson 11 months ago
parent
commit
cebff6f4d5
No known key found for this signature in database GPG Key ID: 903ECE108A39DEDD
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      scripts-dev/release.py

+ 2
- 0
scripts-dev/release.py View File

@@ -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