Skip to content

Commit b0acfb2

Browse files
authored
chore: Update fetch-depth comment (#408)
1 parent e542f73 commit b0acfb2

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
@@ -22,7 +22,7 @@ jobs:
2222
- uses: actions/checkout@v4
2323
if: ${{ steps.release.outputs.releases_created == 'true' }}
2424
with:
25-
fetch-depth: 0 # If you only need the current version keep this.
25+
fetch-depth: 0 # Full history is required for proper changelog generation
2626

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

0 commit comments

Comments
 (0)