Refresh README badges and align branch guidance#58
Conversation
Review Summary by QodoRemove master branch references and refresh README badges
WalkthroughsDescription• Remove master branch references from workflows and configs • Center README badges and add CodeQL and npm downloads badges • Update maintenance notes to reflect main as default branch • Align repo-only release policy to main and beta branches Diagramflowchart LR
A["master branch<br/>references"] -->|removed| B["Workflows and<br/>configs updated"]
C["README badges"] -->|centered and<br/>enhanced| D["Added CodeQL and<br/>npm downloads badges"]
E["Maintenance notes"] -->|updated| F["Reflect main as<br/>default branch"]
B --> G["Repository aligned<br/>to main + beta"]
D --> G
F --> G
File Changes1. readme.md
|
Code Review by Qodo
1. CodeQL skips beta branch
|
|
Warning Rate limit exceeded
Your organization is not enrolled in usage-based pricing. Contact your admin to enable usage-based pricing to continue reviews beyond the rate limit, or try again in 5 minutes and 15 seconds. ⌛ 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. 📝 WalkthroughWalkthroughThe pull request removes the Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Possibly related PRs
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. Comment |
## [1.7.2](v1.7.1...v1.7.2) (2026-04-04) ### 📚 Documentation * **readme:** refresh badges and branch guidance ([#58](#58)) ([5b82595](5b82595))
|
🎉 This PR is included in version 1.7.2 🎉 The release is available on: Your semantic-release bot 📦🚀 |
* ci(dependabot): add lockfile fixer workflow (#59) * release(version): Release 1.7.1 [skip ci] ## [1.7.1](v1.7.0...v1.7.1) (2026-04-04) ### ⚙️ Continuous Integrations * **dependabot:** add lockfile fixer workflow ([#59](#59)) ([287745b](287745b)) * docs(readme): refresh badges and branch guidance (#58) * release(version): Release 1.7.2 [skip ci] ## [1.7.2](v1.7.1...v1.7.2) (2026-04-04) ### 📚 Documentation * **readme:** refresh badges and branch guidance ([#58](#58)) ([5b82595](5b82595)) * fix(ci): run lockfile fixer for reopened dependabot prs * fix(ci): run lockfile fixer for reopened dependabot prs * ci(dependabot): auto-merge safe npm updates * docs(release): clarify branch migration and defaults * release(version): Release 1.7.3 [skip ci] ## [1.7.3](v1.7.2...v1.7.3) (2026-04-04) ### 🐛 Bug Fixes * **ci:** run lockfile fixer for reopened dependabot prs ([cea37bf](cea37bf)) --------- Co-authored-by: semantic-release-bot <semantic-release-bot@martynus.net>
…dates (#61) * ci(dependabot): add lockfile fixer workflow (#59) * release(version): Release 1.7.1 [skip ci] ## [1.7.1](v1.7.0...v1.7.1) (2026-04-04) ### ⚙️ Continuous Integrations * **dependabot:** add lockfile fixer workflow ([#59](#59)) ([287745b](287745b)) * docs(readme): refresh badges and branch guidance (#58) * release(version): Release 1.7.2 [skip ci] ## [1.7.2](v1.7.1...v1.7.2) (2026-04-04) ### 📚 Documentation * **readme:** refresh badges and branch guidance ([#58](#58)) ([5b82595](5b82595)) * fix(ci): run lockfile fixer for reopened dependabot prs * fix(ci): run lockfile fixer for reopened dependabot prs * ci(dependabot): auto-merge safe npm updates * docs(release): clarify branch migration and defaults * release(version): Release 1.7.3 [skip ci] ## [1.7.3](v1.7.2...v1.7.3) (2026-04-04) ### 🐛 Bug Fixes * **ci:** run lockfile fixer for reopened dependabot prs ([cea37bf](cea37bf)) * chore(deps): bump the npm_and_yarn group across 1 directory with 3 updates Bumps the npm_and_yarn group with 3 updates in the / directory: [braces](https://github.com/micromatch/braces), [lodash](https://github.com/lodash/lodash) and [picomatch](https://github.com/micromatch/picomatch). Updates `braces` from 3.0.2 to 3.0.3 - [Changelog](https://github.com/micromatch/braces/blob/master/CHANGELOG.md) - [Commits](micromatch/braces@3.0.2...3.0.3) Updates `lodash` from 4.17.21 to 4.18.1 - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](lodash/lodash@4.17.21...4.18.1) Updates `picomatch` from 2.3.0 to 2.3.2 - [Release notes](https://github.com/micromatch/picomatch/releases) - [Changelog](https://github.com/micromatch/picomatch/blob/master/CHANGELOG.md) - [Commits](micromatch/picomatch@2.3.0...2.3.2) --- updated-dependencies: - dependency-name: braces dependency-version: 3.0.3 dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: lodash dependency-version: 4.18.1 dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: picomatch dependency-version: 2.3.2 dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com> --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: oleg koval <5700359+oleg-koval@users.noreply.github.com> Co-authored-by: semantic-release-bot <semantic-release-bot@martynus.net> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Summary
Refresh the README badge block and remove stale master-branch guidance now that the repository has fully moved to main.
Problem
The README still described the master-to-main transition and the repo-only release config/workflows still referenced master even though the default branch is main and the remote master branch is gone.
Solution
Center the badge block, add a few high-signal badges, update the maintenance notes, and align the repo-only release policy and workflows to main plus beta.
Changes
Out of scope
Related issues
Validation
Screenshots / Demo
Risk and impact
Breaking changes
Documentation
Reviewer notes
Summary by CodeRabbit
Chores
mainandbetabranches, removing legacy branch support.mainandbetabranches.Documentation
mainbranch and prerelease versions from thebetabranch.Tests