mirror of
https://mau.dev/maunium/synapse.git
synced 2024-10-01 01:36:05 -04:00
Tweak release script dependabot wording
This commit is contained in:
parent
a103b874dd
commit
cebff6f4d5
@ -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…
Reference in New Issue
Block a user