Skip to content
This repository has been archived by the owner on Dec 7, 2023. It is now read-only.

Commit

Permalink
Remove closed but not committed PRs from base branch comparison
Browse files Browse the repository at this point in the history
  • Loading branch information
stealthybox committed Nov 9, 2020
1 parent 25d1f70 commit 14fb213
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/gen-release-notes.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ fi

gh_prs() {
hub pr list -s closed \
--format "_commits_%sm_%sB_%sH_commits_ %l - %t ([%i](%U), [%au](https://github.com/%au))%n"
--format "_commits_%sm_%sH_commits_ %l - %t ([%i](%U), [%au](https://github.com/%au))%n"
}

git_shas_since() {
Expand Down

0 comments on commit 14fb213

Please sign in to comment.