Skip to content

Commit ac53a2e

Browse files
committed
fixed script for creating merged PR list
1 parent 44058f1 commit ac53a2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

listMergedPRs.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#!/bin/bash
22

3-
LAST_NIGHTLY_TAG=$(git tag -l nightly-* | head -1)
3+
LAST_NIGHTLY_TAG=$(git tag -l nightly-* | tail -1)
44
git log --merges --first-parent master --oneline $LAST_NIGHTLY_TAG^..HEAD

0 commit comments

Comments
 (0)