Skip to content

Commit da23cc4

Browse files
committed
chore: Update fetch-depth comment
1 parent 416b5c2 commit da23cc4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
steps:
1717
- uses: actions/checkout@v4
1818
with:
19-
fetch-depth: 0 # If you only need the current version keep this.
19+
fetch-depth: 0
2020

2121
- name: Get Rust version
2222
id: rust-version

.github/workflows/release-please.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- uses: actions/checkout@v4
2020
if: ${{ steps.release.outputs['eventsource-client--release_created'] == 'true' }}
2121
with:
22-
fetch-depth: 0 # If you only need the current version keep this.
22+
fetch-depth: 0 # Full history is required for proper changelog generation
2323

2424
- name: Get Rust version
2525
if: ${{ steps.release.outputs['eventsource-client--release_created'] == 'true' }}

0 commit comments

Comments
 (0)