makerelease.sh: Remove duplicate `git module update --init`
This commit is contained in:
parent
e6ff7e1e4a
commit
9eeac27966
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue