Skip to content

Commit

Permalink
use log instead of print
Browse files Browse the repository at this point in the history
  • Loading branch information
saadmk11 committed Sep 3, 2020
1 parent f444f84 commit bab9ed1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/changelog-ci.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ def write_changelog(self):
version = self._get_version_number()

if not version:
print(
logger.warning(
'The title of the pull request is incorrect. ',
'Please use title like: '
'``release <version_number> <other_text>``'
Expand Down

0 comments on commit bab9ed1

Please sign in to comment.