We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 857e8f0 commit e35963eCopy full SHA for e35963e
1 file changed
.github/workflows/release-please.yml
@@ -29,7 +29,7 @@ jobs:
29
- uses: actions/checkout@v4
30
if: ${{ steps.release.outputs.releases_created == 'true' }}
31
with:
32
- fetch-depth: 0 # If you only need the current version keep this.
+ fetch-depth: 0 # Full history is required for proper changelog generation
33
34
- name: Build and Test
35
0 commit comments