diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6385c81..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 # If you only need the current version keep this. - name: Get Rust version id: rust-version @@ -48,8 +46,6 @@ jobs: steps: - uses: actions/checkout@v4 - with: - fetch-depth: 0 # If you only need the current version keep this. - 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' }}