Skip to content

Commit e35963e

Browse files
authored
chore: Update fetch-depth comment (#237)
1 parent 857e8f0 commit e35963e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release-please.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- uses: actions/checkout@v4
3030
if: ${{ steps.release.outputs.releases_created == 'true' }}
3131
with:
32-
fetch-depth: 0 # If you only need the current version keep this.
32+
fetch-depth: 0 # Full history is required for proper changelog generation
3333

3434
- name: Build and Test
3535
if: ${{ steps.release.outputs.releases_created == 'true' }}

0 commit comments

Comments
 (0)