Skip to content

fix(release): lean sdist + resilient changelog#7

Merged
HanSur94 merged 1 commit into
masterfrom
claude/fix-release-pipeline
Jul 13, 2026
Merged

fix(release): lean sdist + resilient changelog#7
HanSur94 merged 1 commit into
masterfrom
claude/fix-release-pipeline

Conversation

@HanSur94

Copy link
Copy Markdown
Owner

Unblocks the Release workflow (which failed on v2.1.0).

  • Lean sdist: exclude vendor/ (~74MB wheelhouse) + .planning/, wiki/, docs/ from the source distribution. python -m build was producing a 73.9MB sdist; now ~258KB.
  • Resilient changelog: scripts/generate_changelog.py now falls back to a deterministic git-log changelog when ANTHROPIC_API_KEY is missing or the Claude API returns an error (the v2.1.0 release aborted on a 401 invalid-key from that secret). The AI path is still used when the key is valid.

After merge I'll move the v2.1.0 tag to include this fix, re-triggering the Release workflow to produce a clean draft.

🤖 Generated with Claude Code

Two fixes so the Release workflow actually produces a draft:
- Exclude vendor/ (the ~74MB win_amd64 wheelhouse) + .planning/wiki/docs from
  the sdist. python -m build was producing a 73.9MB sdist; now ~258KB.
- scripts/generate_changelog.py falls back to a deterministic git-log
  changelog when ANTHROPIC_API_KEY is missing or the Claude API call fails
  (the v2.1.0 release aborted on a 401 invalid-key from that secret).

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
@codecov

codecov Bot commented Jul 13, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@HanSur94 HanSur94 merged commit 0201c86 into master Jul 13, 2026
22 checks passed
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.

1 participant