Skip to content

Commit 28ba9ab

Browse files
authored
Merge pull request #7801 from pytest-dev/fix-bot-typo
Fix typos in pytestbot
2 parents e0ea00a + 14de678 commit 28ba9ab

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)