Skip to content

Commit ed498c1

Browse files
committed
chore: Update fetch-depth comment
1 parent 211d152 commit ed498c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-please.yml

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

2323
- uses: actions/setup-python@v5
2424
if: ${{ steps.release.outputs.releases_created == 'true' }}

0 commit comments

Comments
 (0)