Skip to content
Snippets Groups Projects
Commit b7d59060 authored by Damien George's avatar Damien George
Browse files

tools: Make gen-changelog.sh print more lines from the tag annotation.

parent 032b0e93
No related branches found
No related tags found
No related merge requests found
......@@ -8,5 +8,5 @@ for t in $(git tag | grep -v v1.0-rc1 | sort -rV); do
echo ''
git show -s --format=%cD `git rev-list $t --max-count=1`
echo ''
git tag -l $t -n99
git tag -l $t -n9999
done
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment