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

Commit

Permalink
New makefile target
Browse files Browse the repository at this point in the history
List pull requests that will go to stable
  • Loading branch information
rubiojr committed Jul 27, 2016
1 parent ef4c5ef commit 76fd3f2
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,9 @@ deb:
clean:
rm -rf dist

.PHONY: test info dist clean
# List pull requests that need to be merged into stable
# (helpful for the release notes)
pending-prs:
@git log stable...master | grep "Merge pull request"

.PHONY: test info dist clean pending-prs

0 comments on commit 76fd3f2

Please sign in to comment.