chore(travis): s/--version/--from for changelog

This commit is contained in:
Andy Joslin
2014-04-23 11:43:18 -06:00
parent 602b5b0cb2
commit 08caa067aa

View File

@@ -98,7 +98,7 @@ function run {
--html=true \
--subtitle="(changes since $OLD_VERSION)" \
--dest="dist/CHANGELOG.html" \
--version="$OLD_VERSION"
--from="$OLD_VERSION"
fi
./scripts/site/publish.sh \