We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e542f73 commit b0acfb2Copy full SHA for b0acfb2
.github/workflows/release-please.yml
@@ -22,7 +22,7 @@ jobs:
22
- uses: actions/checkout@v4
23
if: ${{ steps.release.outputs.releases_created == 'true' }}
24
with:
25
- fetch-depth: 0 # If you only need the current version keep this.
+ fetch-depth: 0 # Full history is required for proper changelog generation
26
27
- uses: actions/setup-python@v5
28
0 commit comments