Skip to content

Commit 163d273

Browse files
committed
Fix release log message wording
1 parent 4fe836a commit 163d273

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cookie_python/manage/release.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ def release_patch_version(repo: RepoSandbox) -> None:
4242
repo.logger.success(f"Would release new version {new_tag}")
4343
return None
4444
repo.run(["gh", "release", "create", new_tag, "--generate-notes"])
45-
repo.logger.success(f"Releasing new version {new_tag}")
45+
repo.logger.success(f"Released new version {new_tag}")
4646
return None
4747

4848

0 commit comments

Comments
 (0)