Skip to content

Commit 63ffbbf

Browse files
authored
chore: Update fetch-depth comment (#14)
1 parent b87c555 commit 63ffbbf

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@ jobs:
2323

2424
steps:
2525
- uses: actions/checkout@v4
26-
with:
27-
fetch-depth: 0 # If you only need the current version keep this.
2826

2927
- uses: ./.github/actions/ci
3028
with:

.github/workflows/release-please.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- uses: actions/checkout@v4
2424
if: ${{ steps.release.outputs.releases_created == 'true' }}
2525
with:
26-
fetch-depth: 0 # If you only need the current version keep this.
26+
fetch-depth: 0 # Full history is required for proper changelog generation
2727

2828
- uses: launchdarkly/gh-actions/actions/release-secrets@release-secrets-v1.2.0
2929
if: ${{ steps.release.outputs.releases_created == 'true' }}

0 commit comments

Comments
 (0)