fix: include landing page in version sync and clean up release notes

This commit is contained in:
SnapOtter
2026-05-10 20:07:51 +08:00
parent f0021a53d3
commit d890db1552
+4
View File
@@ -15,6 +15,7 @@ PACKAGES=(
"apps/web/package.json" "apps/web/package.json"
"apps/api/package.json" "apps/api/package.json"
"apps/docs/package.json" "apps/docs/package.json"
"apps/landing/package.json"
"packages/shared/package.json" "packages/shared/package.json"
"packages/image-engine/package.json" "packages/image-engine/package.json"
"packages/ai/package.json" "packages/ai/package.json"
@@ -44,4 +45,7 @@ if [ -f "$CONSTANTS" ]; then
echo " Updated APP_VERSION -> $VERSION" echo " Updated APP_VERSION -> $VERSION"
fi fi
# Clean up release notes file (consumed by CI, not needed after release commit)
rm -f "$ROOT/.release-notes.md"
echo "All versions synced to $VERSION" echo "All versions synced to $VERSION"