We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
git log
1 parent d3673f3 commit 1bc2e16Copy full SHA for 1bc2e16
.github/workflows/AUTO-VERSION.yml
@@ -61,7 +61,7 @@ jobs:
61
echo "$MERGED_BRANCHES"
62
63
# Also check commit messages for manual detection
64
- COMMIT_MESSAGES=$(git log ${LATEST_TAG}..HEAD --pretty=format:"%s" || git log --pretty=format:"%s")
+ COMMIT_MESSAGES=$(git log ${LATEST_TAG}..HEAD --pretty=format:"%s" --max-count=50 || git log --pretty=format:"%s" --max-count=50)
65
echo "Commit messages:"
66
echo "$COMMIT_MESSAGES"
67
0 commit comments