Commit 9eeac279 authored by Tatsuhiro Tsujikawa's avatar Tatsuhiro Tsujikawa

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

parent e6ff7e1e
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment