Skip to content

Commit b9a22b1

Browse files
committed
merge(dev): branchv with master
2 parents 086d91f + df8b1f2 commit b9a22b1

File tree

4 files changed

+32
-30
lines changed

4 files changed

+32
-30
lines changed

VERSION.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.4.14
1+
3.4.18

commit_helper/utils/flag_commit_handler.py

+1
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

+1
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)

requirements.txt

+29-29
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,31 @@
1-
argh==0.26.2
2-
atomicwrites==1.2.1
3-
attrs==18.2.0
4-
certifi==2018.11.29
5-
chardet==3.0.4
6-
codacy-coverage==1.3.11
7-
codeclimate-test-reporter==0.2.3
8-
colorama==0.4.1
9-
colored==1.3.93
10-
coverage==4.5.2
11-
docopt==0.6.2
12-
idna==2.8
13-
more-itertools==4.3.0
14-
pathlib==1.0.1
15-
pathtools==0.1.2
16-
pip==18.1
17-
pluggy==0.8.0
18-
py==1.7.0
19-
pycodestyle==2.4.0
20-
pytest==4.0.1
21-
pytest-cov==2.6.0
22-
pytest-watch==4.2.0
1+
argh~=0.26.2
2+
atomicwrites~=1.3.0
3+
attrs~=19.1.0
4+
certifi~=2019.3.9
5+
chardet~=3.0.4
6+
codacy-coverage~=1.3.11
7+
codeclimate-test-reporter~=0.2.3
8+
colorama~=0.4.1
9+
colored~=1.3.93
10+
coverage~=4.5.3
11+
docopt~=0.6.2
12+
idna~=2.8
13+
more-itertools~=7.0.0
14+
pathlib~=1.0.1
15+
pathtools~=0.1.2
16+
pip~=19.0.3
17+
pluggy>=0.9.0
18+
py~=1.8.0
19+
pycodestyle~=2.5.0
20+
pytest~=4.4.0
21+
pytest-cov~=2.6.1
22+
pytest-watch~=4.2.0
2323
pyyaml>=4.2b1
24-
requests==2.21.0
25-
setuptools==40.6.2
26-
six==1.12.0
27-
urllib3==1.24.1
28-
watchdog==0.9.0
29-
wheel==0.32.2
24+
requests~=2.21.0
25+
setuptools~=40.8.0
26+
six~=1.12.0
27+
urllib3~=1.24.1
28+
watchdog~=0.9.0
29+
wheel~=0.33.1
3030

31-
twine==1.12.1
31+
twine~=1.13.0

0 commit comments

Comments
 (0)