fix(releases): a few more tweaks to the releasing

This commit is contained in:
2025-07-12 14:46:47 -05:00
parent 508aab3417
commit 587f1eb3a2
3 changed files with 5 additions and 2 deletions

View File

@@ -72,7 +72,9 @@ $filesToInclude = @(
"frontend\.tanstack",
"frontend\.output",
"frontend\public",
"package.json"
"package.json",
"CHANGELOG.md",
"README.md"
)
Compress-Archive -Path $filesToInclude -DestinationPath $zipPath