Skip to content

Add default release patch+1 to release workflow#61

Merged
yaroslavmokflmg merged 5 commits into
masterfrom
hotfix/release-auto-patch-bump
Jul 9, 2026
Merged

Add default release patch+1 to release workflow#61
yaroslavmokflmg merged 5 commits into
masterfrom
hotfix/release-auto-patch-bump

Conversation

@yaroslavmokflmg

Copy link
Copy Markdown

Description

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

Note

Single job needs the version (release only), so resolve is a step there. 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 7, 2026
@coderabbitai

coderabbitai Bot commented Jul 7, 2026

Copy link
Copy Markdown

Review Change Stack

Warning

Review limit reached

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

Next review available in: 58 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: 91fd4fd4-14b9-46b3-85ed-25aee48c0d8c

📥 Commits

Reviewing files that changed from the base of the PR and between a85a117 and 8516360.

📒 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
@yaroslavmokflmg yaroslavmokflmg force-pushed the hotfix/release-auto-patch-bump branch from 973054e to 8516360 Compare July 9, 2026 12:41
@yaroslavmokflmg yaroslavmokflmg merged commit 502f785 into master Jul 9, 2026
4 checks passed
@yaroslavmokflmg yaroslavmokflmg deleted the hotfix/release-auto-patch-bump branch July 9, 2026 12:54
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