From bab9ed1e0f322b114439d8913e1271d158c52f6e Mon Sep 17 00:00:00 2001 From: saad Date: Thu, 3 Sep 2020 18:35:59 +0600 Subject: [PATCH] use log instead of print --- scripts/changelog-ci.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/changelog-ci.py b/scripts/changelog-ci.py index a484058..0234ccf 100644 --- a/scripts/changelog-ci.py +++ b/scripts/changelog-ci.py @@ -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 ``'