chore(travis): make sure it always generates changelog from last release

This commit is contained in:
Andy Joslin
2014-04-23 11:19:19 -06:00
parent c84406c6dc
commit 602b5b0cb2
2 changed files with 5 additions and 2 deletions

View File

@@ -97,7 +97,8 @@ function run {
gulp changelog --no-prepend \
--html=true \
--subtitle="(changes since $OLD_VERSION)" \
--dest="dist/CHANGELOG.html"
--dest="dist/CHANGELOG.html" \
--version="$OLD_VERSION"
fi
./scripts/site/publish.sh \