diff --git a/scripts/cdn/publish.sh b/scripts/cdn/publish.sh index 6d6aeb3dbd..168c9f734e 100755 --- a/scripts/cdn/publish.sh +++ b/scripts/cdn/publish.sh @@ -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