fix(release): drop invalid tarballDir: false config

@semantic-release/npm падал с EINVALIDTARBALLDIR — tarballDir option
должен быть String OR omitted. У нас был false (boolean), что invalid.

Поскольку npmPublish: false (мы НЕ публикуем pkg в npm registry —
private repo), tarballDir не нужен вовсе. Удалили — default behavior
(npm pack идёт в temp dir после bump, но не used при npmPublish:false).

После этого fix semantic-release должен пройти normally:
  - analyze conventional commits с момента v1.2.2
  - bump version в admin-ui/package.json
  - generate CHANGELOG.md
  - commit + tag vX.Y.Z [skip ci]
  - create GitLab Release object

Минимум tag будет v1.3.0 (мы накопили 10+ feat: с момента v1.2.2).
This commit is contained in:
Zimin A.N.
2026-05-11 16:57:19 +03:00
parent 155c70e23c
commit 090bff56ce
+1 -2
View File
@@ -56,8 +56,7 @@
[ [
"@semantic-release/npm", "@semantic-release/npm",
{ {
"npmPublish": false, "npmPublish": false
"tarballDir": false
} }
], ],
[ [