From 1c9e50c96211551d6e6de0a658213e32654254bc Mon Sep 17 00:00:00 2001 From: Matthew Keeler Date: Mon, 23 Feb 2026 17:07:49 -0500 Subject: [PATCH 1/2] chore: Update fetch-depth comment --- .github/workflows/ci.yml | 2 +- .github/workflows/release-please.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1643d2e..2c813a3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,7 +24,7 @@ jobs: steps: - uses: actions/checkout@v4 with: - fetch-depth: 0 # If you only need the current version keep this. + fetch-depth: 0 - uses: ./.github/actions/ci with: diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index 019cb4b..f7f13ab 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -23,7 +23,7 @@ jobs: - uses: actions/checkout@v4 if: ${{ steps.release.outputs.releases_created == 'true' }} with: - fetch-depth: 0 # If you only need the current version keep this. + fetch-depth: 0 # Full history is required for proper changelog generation - uses: launchdarkly/gh-actions/actions/release-secrets@release-secrets-v1.2.0 if: ${{ steps.release.outputs.releases_created == 'true' }} From 488a38151ee997b3f83f61c475d4e2d5b7d6eefe Mon Sep 17 00:00:00 2001 From: Matthew Keeler Date: Tue, 24 Feb 2026 09:40:42 -0500 Subject: [PATCH 2/2] chore: Remove fetch-depth from CI workflow --- .github/workflows/ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2c813a3..faf3b50 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,8 +23,6 @@ jobs: steps: - uses: actions/checkout@v4 - with: - fetch-depth: 0 - uses: ./.github/actions/ci with: