Call git submodule before creating packages
This commit is contained in:
parent
7f12f0671c
commit
e93a1bdf6d
|
@ -3,6 +3,8 @@
|
||||||
TAG=$1
|
TAG=$1
|
||||||
PREV_TAG=$2
|
PREV_TAG=$2
|
||||||
|
|
||||||
|
git submodule update --init
|
||||||
|
|
||||||
git checkout refs/tags/$TAG
|
git checkout refs/tags/$TAG
|
||||||
git log --pretty=fuller --date=short refs/tags/$PREV_TAG..HEAD > ChangeLog
|
git log --pretty=fuller --date=short refs/tags/$PREV_TAG..HEAD > ChangeLog
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue