We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac3d886 commit 51b5465Copy full SHA for 51b5465
changerelease/release.py
@@ -57,7 +57,7 @@ def update_body(self, contents):
57
def sync(self, contents):
58
if not self.exists():
59
if self.tag_exists():
60
- click.echo(
+ click.secho(
61
f"Release for {self.version} does not exist. Creating it...",
62
fg="green",
63
)
0 commit comments