diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index 9b24ec71..3afe2df0 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -29,7 +29,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' }}