chore: update release script #21

Merged
TakahashiNguyen merged 6 commits from takahashinguyen-patch-1 into main 2026-03-31 09:50:33 +00:00
Showing only changes of commit 8bd5ec2141 - Show all commits
+1 -1
View File
@@ -7,7 +7,7 @@ if (!version) {
process.exit(1);
}
const zipPath = `release-v${version}.zip`; // Thêm version vào tên file cho dễ quản lý
const zipPath = `release.zip`;
console.log(
`📦 Đang chuẩn bị đóng gói App Router Standalone cho version: ${version}...`,