From 65dfef37ee588344aad55258f20c520ae83a0e72 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Skyler=20M=C3=A4ntysaari?= Date: Sat, 29 Mar 2025 10:18:39 +0200 Subject: [PATCH] fix(ci): The renovate relasenotes script was missing things. --- .github/scripts/renovate-releasenotes.py | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/scripts/renovate-releasenotes.py b/.github/scripts/renovate-releasenotes.py index a6d9110..411a064 100755 --- a/.github/scripts/renovate-releasenotes.py +++ b/.github/scripts/renovate-releasenotes.py @@ -1,3 +1,4 @@ +#!/usr/bin/env python3 import os import sys import typer