Skip to content

Add default release patch+1 to release workflow#213

Merged
ivan-flamingo merged 8 commits into
mainfrom
hotfix/release-auto-patch-bump
Jul 9, 2026
Merged

Add default release patch+1 to release workflow#213
ivan-flamingo merged 8 commits into
mainfrom
hotfix/release-auto-patch-bump

Conversation

@yaroslavmokflmg

Copy link
Copy Markdown
Contributor

Implements default patch bump for the release workflow.

Description

  • version input is now optional — leave it empty to auto-bump
  • Empty input → patch+1 from the latest release (e.g. 0.4.5 → 0.4.6)
  • Provided input → used as-is (format-validated only)
  • Version resolution extracted into a reusable resolve-version composite action

Note

Version read from the latest GitHub Release (built-in github.token, no new secrets).

Task

Add Default Release Patch+1 at Every Repository

@yaroslavmokflmg yaroslavmokflmg self-assigned this Jul 6, 2026
@coderabbitai

coderabbitai Bot commented Jul 6, 2026

Copy link
Copy Markdown

Warning

Review limit reached

@yaroslavmokflmg, you've reached your PR review limit, so we couldn't start this review.

Next review available in: 50 minutes

Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available.
You're only billed for reviews past your plan's rate limits ($0.25/file).

How can I continue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews.

How do review limits work?

CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability.

For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window.

Please refer docs for additional details.

Review details
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro Plus

Run ID: ac8d8175-b7e5-4f63-976b-22ba554d10c2

📥 Commits

Reviewing files that changed from the base of the PR and between dfc3a0f and 22003db.

📒 Files selected for processing (2)
  • .github/workflows/release.yml
  • .github/workflows/version.yml
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch hotfix/release-auto-patch-bump

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.

ivan-flamingo
ivan-flamingo previously approved these changes Jul 7, 2026
@ivan-flamingo ivan-flamingo enabled auto-merge (squash) July 7, 2026 18:28
@ivan-flamingo ivan-flamingo merged commit f72359f into main Jul 9, 2026
8 checks passed
@ivan-flamingo ivan-flamingo deleted the hotfix/release-auto-patch-bump branch July 9, 2026 13:27
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