Skip to content

Commit fa73b5f

Browse files
authored
Merge pull request #450 from IETS3/bugfix/merged-pr-list-script
fixed script for creating merged PR list
2 parents 7d21eae + ac53a2e commit fa73b5f

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)