We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b87c555 commit 63ffbbfCopy full SHA for 63ffbbf
.github/workflows/ci.yml
@@ -23,8 +23,6 @@ jobs:
23
24
steps:
25
- uses: actions/checkout@v4
26
- with:
27
- fetch-depth: 0 # If you only need the current version keep this.
28
29
- uses: ./.github/actions/ci
30
with:
.github/workflows/release-please.yml
@@ -23,7 +23,7 @@ jobs:
if: ${{ steps.release.outputs.releases_created == 'true' }}
+ fetch-depth: 0 # Full history is required for proper changelog generation
- uses: launchdarkly/gh-actions/actions/release-secrets@release-secrets-v1.2.0
0 commit comments