You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
scripts/tag-cf-indexers: tests each enabled indexer and tags the
Cloudflare-blocked ones with byparr (creating the tag if needed), so Prowlarr
routes them through the solver. Idempotent; leaves working indexers untouched.
Replaces doing this by hand against the API.
scripts/release vX.Y.Z: cuts a release from the source repo — verifies the
CHANGELOG section, runs release-checks, pushes main, tags, pushes the tag,
and waits for CI to publish. --dry-run / --yes / --no-wait.