diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6fecb6d..d4bab5b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -33,8 +33,6 @@ jobs: steps: - uses: actions/checkout@v4 - with: - fetch-depth: 0 # If you only need the current version keep this. - uses: ./.github/actions/ci with: diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index 81bdb9c..a86f793 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -26,7 +26,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 - name: Build and Test if: ${{ steps.release.outputs.releases_created == 'true' }}