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 f28bd89 commit 789d188Copy full SHA for 789d188
src/redis_release/cli.py
@@ -83,6 +83,7 @@ def release(
83
)
84
if result.message:
85
console.print(f"[yellow]{result.message}[/yellow]")
86
+ raise typer.Exit(1)
87
88
except Exception as e:
89
console.print(f"[red] Release {tag} failed: {e}[/red]")
0 commit comments