claude-code-sdk-python/.github/workflows
Ashwin Bhat 9b8576158d
fix: fetch all git history including tags in publish workflow (#284)
The changelog generation step was failing to get the previous release
tag because the checkout action was doing a shallow clone. Adding
fetch-depth: 0 ensures all tags are available for git describe.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-authored-by: Claude <noreply@anthropic.com>
2025-10-23 15:03:41 -07:00
..
claude-code-review.yml Add Claude Code GitHub Workflow 2025-06-17 17:03:37 -07:00
claude-issue-triage.yml Add Claude issue triage workflow 2025-07-03 11:15:41 -07:00
claude.yml fix pytest allowed tool (#117) 2025-08-06 16:03:30 -07:00
create-release-tag.yml Rename claude_code to claude_agent (#188) 2025-09-28 14:52:53 -07:00
lint.yml Standardize GitHub workflow triggers (#155) 2025-09-07 18:31:38 -07:00
publish.yml fix: fetch all git history including tags in publish workflow (#284) 2025-10-23 15:03:41 -07:00
test.yml Revert "chore: temporarily disable Windows CI in test-e2e workflow" (#241) 2025-10-10 16:40:58 -07:00