From 6a1aa78c94b0f31f793ab94322fbcd06295b9022 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 21 Aug 2026 15:50:31 +0000 Subject: [PATCH 1/2] Initial plan From e36019fcac08f508ba33bdb9569a5070ab7fb3f0 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 21 Aug 2026 15:52:16 +0000 Subject: [PATCH 2/2] Fix release workflow checkout depth Co-authored-by: pvcraven <1463116+pvcraven@users.noreply.github.com> --- .github/workflows/release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5aa296d18..096392522 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -15,6 +15,8 @@ jobs: contents: read steps: - uses: actions/checkout@v5 + with: + fetch-depth: 0 - name: Setup Python uses: actions/setup-python@v5