Skip to content

Commit

Permalink
Quick update for api changes report. (#1384)
Browse files Browse the repository at this point in the history
  • Loading branch information
qingyang-hu committed Sep 15, 2023
1 parent 60ded84 commit 27ba372
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions etc/api_report.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ if [ -z $cmd ]; then
fi

branch=${GITHUB_BASE_REF:-master}
git fetch origin $branch:$branch
sha=$(git merge-base $branch HEAD)

gorelease -base=$sha > api-report.txt || true
Expand Down

0 comments on commit 27ba372

Please sign in to comment.