Skip to content

Commit ff136c0

Browse files
committed
Update release.py to remove unnecessary checks.
1 parent efc202f commit ff136c0

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

release.py

-6
Original file line numberDiff line numberDiff line change
@@ -90,12 +90,6 @@ def checklist(questions):
9090
if DEBUG:
9191
subprocess.check_output = lambda x: x
9292

93-
checks = ['Have you created the debian package?',
94-
'Have you updated the AUTHORS file?',
95-
'Have you updated the `Usage` section of the README?',
96-
]
97-
checklist(checks)
98-
9993
ver = version('mycli/__init__.py')
10094
print('Releasing Version:', ver)
10195

0 commit comments

Comments
 (0)