Push Report
Creates a timestamped directory under reports/<version>/, copies the report
and candidates JSON, commits, pushes, and prints the GitHub URL.
Usage
REPORT_URL=$(bash scripts/push-report.sh \
--report artifacts/backport-triage/report.md \
--candidates artifacts/backport-triage/ranked.json \
--version v0.13.0)
- stdout — the report URL (capture with
$(...)) - stderr — progress messages
Error Handling
If git push is rejected, try git pull --rebase once before retrying.