Skip to content
Snippets Groups Projects
Unverified Commit cebff6f4 authored by David Robertson's avatar David Robertson
Browse files

Tweak release script dependabot wording

parent a103b874
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment