dont show merge commits in log
This commit is contained in:
2
.github/workflows/auto-release.yml
vendored
2
.github/workflows/auto-release.yml
vendored
@@ -59,7 +59,7 @@ jobs:
|
||||
fi
|
||||
|
||||
echo "Comparing commits between: ${RANGE}"
|
||||
LOG=$(git log "${RANGE}" --pretty=format:"- %h %s by %an")
|
||||
LOG=$(git log "${RANGE}" --no-merges --pretty=format:"- %h %s by %an")
|
||||
|
||||
echo "LOG<<EOF" >> "$GITHUB_ENV"
|
||||
echo "$LOG" >> "$GITHUB_ENV"
|
||||
|
||||
Reference in New Issue
Block a user