Call git submodule before creating packages

This commit is contained in:
Tatsuhiro Tsujikawa 2015-09-12 23:12:51 +09:00
parent 7f12f0671c
commit e93a1bdf6d
1 changed files with 2 additions and 0 deletions

View File

@ -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