chore(post-v0.40.4): release scripts, gitignore, arrow + punctuation sweep#164
Conversation
scripts/release_tag_after_merge.sh covers the "PR already merged via GH UI" path. release_merge_and_tag.sh assumes the PR is open and starts with gh pr merge, so it cannot finish the tag work once the merge already happened. The new script fetches origin/main, moves v<VERSION> (and an optional co-tag) to the merged SHA, prints the gated push command. scripts/release_publish_npm_manual.sh splits the npm side of the manual fallback out of release_publish_manual.sh. Token-based via VAARA_NPM_TOKEN, no interactive npm login. For the case where the GH Actions npm step flakes but PyPI trusted publishing already shipped. Ships without npm provenance, same constraint as the existing all-in-one manual script. scripts/RELEASE.md gets sections 3b and 4b documenting the two new paths.
…e, claude-code-audit.db
|
Warning Review limit reached
More reviews will be available in 48 minutes and 46 seconds. Learn how PR review limits work. Your organization has run out of usage credits. Purchase more in the billing tab. ⌛ How to resolve this issue?After more reviews become available, 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 include higher PR review limits than trial, open-source, and free plans. In all cases, reviews become available again over time. During sustained high-volume PR review activity, CodeRabbit may temporarily slow when the next review becomes available. Please see our Fair Usage Limits Policy for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (45)
✨ 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. Comment |
Summary
Post-v0.40.4 cleanup batch on top of the shipped release.
a45b55c).gitignore: coverapplication_*.pdf,outbound_*.md,site.py.live,claude-code-audit.db(cd14743)da59821)031f300)0878408)ee538f3)Test plan