mirror of
https://github.com/snapotter-hq/SnapOtter.git
synced 2026-08-03 07:46:42 +02:00
fix: include landing page in version sync and clean up release notes
This commit is contained in:
@@ -15,6 +15,7 @@ PACKAGES=(
|
||||
"apps/web/package.json"
|
||||
"apps/api/package.json"
|
||||
"apps/docs/package.json"
|
||||
"apps/landing/package.json"
|
||||
"packages/shared/package.json"
|
||||
"packages/image-engine/package.json"
|
||||
"packages/ai/package.json"
|
||||
@@ -44,4 +45,7 @@ if [ -f "$CONSTANTS" ]; then
|
||||
echo " Updated APP_VERSION -> $VERSION"
|
||||
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"
|
||||
|
||||
Reference in New Issue
Block a user