From 4b8619e3e9cc6ef687be26c91d3cc5a32bba8841 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 | 4 ++-- .github/workflows/release-please.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6385c81..3d8b1a4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: steps: - uses: actions/checkout@v4 with: - fetch-depth: 0 # If you only need the current version keep this. + fetch-depth: 0 - name: Get Rust version id: rust-version @@ -49,7 +49,7 @@ jobs: steps: - uses: actions/checkout@v4 with: - fetch-depth: 0 # If you only need the current version keep this. + fetch-depth: 0 - name: Get Rust version id: rust-version diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index 7ef6725..a72371b 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -19,7 +19,7 @@ jobs: - uses: actions/checkout@v4 if: ${{ steps.release.outputs['launchdarkly-server-sdk--release_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 - name: Get Rust version if: ${{ steps.release.outputs['launchdarkly-server-sdk--release_created'] == 'true' }} From ef4430ff868b2bd4bad5d14858e87811516926cd 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 | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3d8b1a4..ccac587 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,8 +15,6 @@ jobs: steps: - uses: actions/checkout@v4 - with: - fetch-depth: 0 - name: Get Rust version id: rust-version @@ -48,8 +46,6 @@ jobs: steps: - uses: actions/checkout@v4 - with: - fetch-depth: 0 - name: Get Rust version id: rust-version