chore(build): make old version in nightly changelog show correctly

This commit is contained in:
Andrew Joslin
2014-06-04 15:20:32 -06:00
parent 26d9d87669
commit a0bc43e37e

View File

@@ -28,7 +28,7 @@ function run {
if [[ "$VERSION_NAME" == "nightly" ]]; then
node_modules/.bin/gulp changelog --standalone \
--html=true \
--subtitle="(changes since $OLD_VERSION)" \
--subtitle="(changes since $(git describe --tags --abbrev=0))" \
--dest="$VERSION_DIR/CHANGELOG.html" \
--from="$(git tag | grep $OLD_VERSION)"
fi