Skip to content

Commit 31ad577

Browse files
committed
Fixed typo in release hint option
1 parent 4b32198 commit 31ad577

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

generate_changelog/cli.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ def cli(
107107
output_pipeline = pipeline_factory(configuration.output_pipeline, **configuration.variables)
108108
output_pipeline.run(rendered_chglog.full)
109109

110-
if output == "release_hint":
110+
if output == "release-hint":
111111
click.echo(release_hint)
112112
elif output == "notes":
113113
if rendered_chglog.notes:
@@ -121,8 +121,6 @@ def cli(
121121
else:
122122
click.echo("Done.")
123123

124-
# raise click.Exit()
125-
126124

127125
def get_user_config(config_file: Optional[Path], echo_func: Callable) -> Configuration:
128126
"""

0 commit comments

Comments
 (0)