Skip to content

chore: Update fetch-depth comment#79

Merged
keelerm84 merged 2 commits intomainfrom
mk/fix-fetch-comment
Feb 24, 2026
Merged

chore: Update fetch-depth comment#79
keelerm84 merged 2 commits intomainfrom
mk/fix-fetch-comment

Conversation

@keelerm84
Copy link
Member

@keelerm84 keelerm84 commented Feb 24, 2026

Summary

  • Fix incorrect comment on fetch-depth in GitHub Actions workflow(s)
  • The old comment implied fetch-depth: 0 was for getting only the current version, when it actually fetches full history

Test plan

  • Verify CI workflows still pass

🤖 Generated with Claude Code


Note

Low Risk
Workflow-only changes with no product code impact; main risk is unintended CI/release behavior if any job relied on full git history during checkout.

Overview
Removes the explicit fetch-depth: 0 from the actions/checkout step in ci.yml, relying on default shallow checkout for CI.

Updates the release-please.yml checkout comment to correctly state that fetch-depth: 0 fetches full history for changelog generation (while keeping full-history checkout enabled).

Written by Cursor Bugbot for commit e0f8e86. This will update automatically on new commits. Configure here.

@keelerm84 keelerm84 requested a review from a team as a code owner February 24, 2026 14:28
@keelerm84 keelerm84 merged commit d0af5c9 into main Feb 24, 2026
10 checks passed
@keelerm84 keelerm84 deleted the mk/fix-fetch-comment branch February 24, 2026 15:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants