Skip to content

Commit 14de678

Browse files
authored
Fix typos in pytestbot
1 parent e0ea00a commit 14de678

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/release-on-comment.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ def find_next_version(base_branch: str, is_major: bool) -> str:
227227
msg = dedent(
228228
f"""
229229
Found features or breaking changes in `{base_branch}`, and feature releases can only be
230-
created from `master`.":
230+
created from `master`:
231231
"""
232232
)
233233
msg += "\n".join(f"* `{x.name}`" for x in sorted(features + breaking))

0 commit comments

Comments
 (0)