Skip to content

Commit b7d5906

Browse files
committed
tools: Make gen-changelog.sh print more lines from the tag annotation.
1 parent 032b0e9 commit b7d5906

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/gen-changelog.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ for t in $(git tag | grep -v v1.0-rc1 | sort -rV); do
88
echo ''
99
git show -s --format=%cD `git rev-list $t --max-count=1`
1010
echo ''
11-
git tag -l $t -n99
11+
git tag -l $t -n9999
1212
done

0 commit comments

Comments
 (0)