Skip to content

Commit 57859c0

Browse files
woileLee-W
authored andcommitted
fix(commands/bump): display message variable properly
1 parent e24530e commit 57859c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

commitizen/commands/bump.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ def __call__(self): # noqa: C901
123123

124124
# Report found information
125125
out.write(
126-
f"message\n"
126+
f"{message}\n"
127127
f"tag to create: {new_tag_version}\n"
128128
f"increment detected: {increment}\n"
129129
)

0 commit comments

Comments
 (0)