Skip to content

Commit e967d64

Browse files
authored
chore: Update fetch-depth comment (#120)
1 parent 416b5c2 commit e967d64

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/ci.yml

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

1616
steps:
1717
- uses: actions/checkout@v4
18-
with:
19-
fetch-depth: 0 # If you only need the current version keep this.
2018

2119
- name: Get Rust version
2220
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)