Skip to content

Commit

Permalink
Fix string warning
Browse files Browse the repository at this point in the history
  • Loading branch information
kdeldycke committed Aug 18, 2024
1 parent a08f67d commit 28b7464
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gha_utils/changelog.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ def update(self) -> str | None:
new_entry = re.sub(
r"\n\n.*",
"\n\n"
"> \[!IMPORTANT\]\n"
"> \\[!IMPORTANT\\]\n"
"> This version is not released yet and is under active development.\n\n",
new_entry,
flags=re.MULTILINE | re.DOTALL,
Expand Down

0 comments on commit 28b7464

Please sign in to comment.