We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a802c1 commit 8e9897fCopy full SHA for 8e9897f
compute_next_version.py
@@ -64,6 +64,7 @@ def main(
64
65
66
if __name__ == "__main__":
67
+ logging.basicConfig(level=logging.DEBUG)
68
main(
69
tag=os.environ["LATEST_SEMVER_TAG_NO_V"],
70
changed_files=os.environ["CHANGED_FILES"].splitlines(),
0 commit comments