Skip to content

ci: adopt blueprint release pipeline#11

Open
FBumann wants to merge 6 commits intomainfrom
ci/blueprint
Open

ci: adopt blueprint release pipeline#11
FBumann wants to merge 6 commits intomainfrom
ci/blueprint

Conversation

@FBumann
Copy link
Owner

@FBumann FBumann commented Mar 23, 2026

Summary

Adopt the python-project-blueprint release pipeline:

  • release.yaml: release-please on push to main, calls publish on release creation
  • publish.yaml: triggered by tag push (v*) or workflow_call — publishes to PyPI, creates GitHub Release for manual tag pushes (auto-detects prerelease from - in tag name)

Release flows

Flow How
Automated release Push to main → release-please PR → merge → tag + publish
Manual release git tag v0.1.0 && git push origin v0.1.0 → publish
Manual pre-release git tag v0.1.0-rc.1 && git push origin v0.1.0-rc.1 → publish (marked as prerelease)

🤖 Generated with Claude Code

- release.yaml: release-please on push to main, calls publish on release
- publish.yaml: tag push + workflow_call, creates GitHub Release for manual tags

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@coderabbitai
Copy link

coderabbitai bot commented Mar 23, 2026

Warning

Rate limit exceeded

@FBumann has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 19 minutes and 50 seconds before requesting another review.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 8f4b8f01-05bc-45b6-8872-043215e75f9f

📥 Commits

Reviewing files that changed from the base of the PR and between bc33dad and 59c0f32.

📒 Files selected for processing (5)
  • .github/workflows/ci.yaml
  • .github/workflows/pr-title.yaml
  • .github/workflows/publish.yaml
  • .github/workflows/release.yaml
  • .readthedocs.yaml
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch ci/blueprint

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

FBumann and others added 5 commits March 23, 2026 14:11
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
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