fix: bump package.json version on semantic release - #7
Conversation
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
Warning Rate limit exceeded
To keep reviews running without waiting, you can enable usage-based add-on for your organization. This allows additional reviews beyond the hourly cap. Account admins can enable it under billing. ⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the 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 configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (1)
📝 WalkthroughWalkthroughAdds semantic-release git plugin configuration with assets management and commit message formatting to the release pipeline. Introduces a corresponding devDependency to enable automated Git operations during version releases. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
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. Review rate limit: 0/1 reviews remaining, refill in 4 minutes and 52 seconds.Comment |
Co-Authored-By: Codex <noreply@openai.com>
## [1.1.2](v1.1.1...v1.1.2) (2026-05-03) ### Bug Fixes * bump package.json version on semantic release ([#7](#7)) ([70fd1c6](70fd1c6))
Summary
@semantic-release/gitplugin to.releaserc.jsonso the version bump inpackage.jsonis committed back tomainafter each release@semantic-release/git^12.0.0to devDependenciesProblem
The current semantic-release config creates GitHub releases and publishes to npm, but never commits the updated
package.jsonversion back to the repo. This meanspackage.jsonstays at0.1.0onmainregardless of the actual published version.Test plan
.releaserc.jsonis valid JSON with correct plugin order@semantic-release/gitis in devDependencieschore(release): <version> [skip ci]🤖 Generated with Claude Code
Summary by CodeRabbit