Skip to content

Commit 0cd4c0a

Browse files
authored
chore: remove fetch-depth limit in release-please git checkout (#1789)
Hopefully fixes release please over-scoping its changelog generation <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **Chores** * Updated CI/CD workflow configuration to enable full repository history retrieval during build processes, improving the reliability of version control operations in automated deployments. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
1 parent 66625de commit 0cd4c0a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,8 @@ jobs:
178178
steps:
179179
- name: Checkout
180180
uses: actions/checkout@v5
181+
with:
182+
fetch-depth: 0
181183

182184
- id: release
183185
uses: googleapis/release-please-action@v4

0 commit comments

Comments
 (0)