Skip to content

Commit

Permalink
chore(maintenance_scripts: changelog): fix history size
Browse files Browse the repository at this point in the history
  • Loading branch information
actionless committed Dec 26, 2018
1 parent b25a18a commit 864ab1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion maintenance_scripts/changelog.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ for tag in $(git tag | sort -V) ; do
echo -e '\n'
git tag -n --format '%(taggerdate)' $tag
echo '-------------------------------------------------'
git tag -n9 $tag
git tag -n999 $tag
done

0 comments on commit 864ab1a

Please sign in to comment.