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