fix(releases): a few more tweaks to the releasing
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user