We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7d21eae + ac53a2e commit fa73b5fCopy full SHA for fa73b5f
listMergedPRs.sh
@@ -1,4 +1,4 @@
1
#!/bin/bash
2
3
-LAST_NIGHTLY_TAG=$(git tag -l nightly-* | head -1)
+LAST_NIGHTLY_TAG=$(git tag -l nightly-* | tail -1)
4
git log --merges --first-parent master --oneline $LAST_NIGHTLY_TAG^..HEAD
0 commit comments