Call git submodule before creating packages
This commit is contained in:
parent
7f12f0671c
commit
e93a1bdf6d
|
@ -3,6 +3,8 @@
|
|||
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