makerelease.sh: Remove duplicate `git module update --init`

This commit is contained in:
Tatsuhiro Tsujikawa 2016-02-26 00:57:34 +09:00
parent e6ff7e1e4a
commit 9eeac27966
1 changed files with 0 additions and 2 deletions

View File

@ -3,8 +3,6 @@
TAG=$1
PREV_TAG=$2
git submodule update --init
git checkout refs/tags/$TAG
git log --pretty=fuller --date=short refs/tags/$PREV_TAG..HEAD > ChangeLog