Skip to content

Commit 8e9897f

Browse files
committed
logging
1 parent 3a802c1 commit 8e9897f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

compute_next_version.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ def main(
6464

6565

6666
if __name__ == "__main__":
67+
logging.basicConfig(level=logging.DEBUG)
6768
main(
6869
tag=os.environ["LATEST_SEMVER_TAG_NO_V"],
6970
changed_files=os.environ["CHANGED_FILES"].splitlines(),

0 commit comments

Comments
 (0)