We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b32198 commit 31ad577Copy full SHA for 31ad577
1 file changed
generate_changelog/cli.py
@@ -107,7 +107,7 @@ def cli(
107
output_pipeline = pipeline_factory(configuration.output_pipeline, **configuration.variables)
108
output_pipeline.run(rendered_chglog.full)
109
110
- if output == "release_hint":
+ if output == "release-hint":
111
click.echo(release_hint)
112
elif output == "notes":
113
if rendered_chglog.notes:
@@ -121,8 +121,6 @@ def cli(
121
else:
122
click.echo("Done.")
123
124
- # raise click.Exit()
125
-
126
127
def get_user_config(config_file: Optional[Path], echo_func: Callable) -> Configuration:
128
"""
0 commit comments