Skip to content

Commit df8b1f2

Browse files
committed
fix(tagged): commit_message error
1 parent 8ea9c60 commit df8b1f2

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

VERSION.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.4.16
1+
3.4.17

commit_helper/utils/flag_commit_handler.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
def convention_flag_handler(args, debug_mode):
1313
convention = str(args.convention)
1414
debug('convention flag', convention, debug_mode)
15+
commit_message = ''
1516

1617
if convention == 'message':
1718
if args.message is not '':

commit_helper/utils/utils.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ def validate_commiter_file(stream_file): # pragma: no cover
9191

9292
def handle_conventioned_commit(convention, args):
9393
tag, message = handle_tag_message_args(args.tag, args.message)
94+
commit_message = ''
9495

9596
if convention == 'angular' or convention == 'karma':
9697
context = handle_context_arg(args.context)

0 commit comments

Comments
 (0)