We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 032b0e9 commit b7d5906Copy full SHA for b7d5906
tools/gen-changelog.sh
@@ -8,5 +8,5 @@ for t in $(git tag | grep -v v1.0-rc1 | sort -rV); do
8
echo ''
9
git show -s --format=%cD `git rev-list $t --max-count=1`
10
11
- git tag -l $t -n99
+ git tag -l $t -n9999
12
done
0 commit comments