We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 416b5c2 commit da23cc4Copy full SHA for da23cc4
2 files changed
.github/workflows/ci.yml
@@ -16,7 +16,7 @@ jobs:
16
steps:
17
- uses: actions/checkout@v4
18
with:
19
- fetch-depth: 0 # If you only need the current version keep this.
+ fetch-depth: 0
20
21
- name: Get Rust version
22
id: rust-version
.github/workflows/release-please.yml
@@ -19,7 +19,7 @@ jobs:
if: ${{ steps.release.outputs['eventsource-client--release_created'] == 'true' }}
+ fetch-depth: 0 # Full history is required for proper changelog generation
23
24
25
0 commit comments