Skip to content

Commit

Permalink
Fix small bug in find_missing_prs.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
seancolsen committed Oct 15, 2024
1 parent 42fad97 commit 71870c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/releases/find_missing_prs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ mkdir -p "$CACHE_DIR"

# Find and cache the hashes for all the PR-merge commits included in the release
# branch but not included in the master branch.
git log --format=%H --first-parent $PREV_RELEASE..$RELEASE_BRANCH > $COMMITS_FILE
git log --format=%H $PREV_RELEASE..$RELEASE_BRANCH > $COMMITS_FILE

ONE_YEAR_AGO=$(python3 -c "
from datetime import datetime, timedelta
Expand Down

0 comments on commit 71870c2

Please sign in to comment.