From 64d095dd2b96a4800bb4c9a74e47ae3c81854000 Mon Sep 17 00:00:00 2001 From: Martin Conte Mac Donell Date: Fri, 6 Dec 2024 12:41:17 -0800 Subject: [PATCH] add shebang --- tools/check-release.py | 2 ++ 1 file changed, 2 insertions(+) mode change 100644 => 100755 tools/check-release.py diff --git a/tools/check-release.py b/tools/check-release.py old mode 100644 new mode 100755 index 0882c987..e2ef27f7 --- a/tools/check-release.py +++ b/tools/check-release.py @@ -1,3 +1,5 @@ +#!/usr/bin/env python3 +# # Check if a sha in a dependency is included in a release. # Releases are inferred from tags in the main repo and dependecies # are read from the Cargo.lock file.