fix: .releaserc.json

This commit is contained in:
Marek Lesko
2025-07-14 17:48:50 +00:00
parent 4bb32ff68c
commit 8075f9d5fc

View File

@@ -7,6 +7,9 @@
"@semantic-release/gitlab", "@semantic-release/gitlab",
{ {
"gitlabUrl": "https://gitlab.lesko.me", "gitlabUrl": "https://gitlab.lesko.me",
"verifyConditions": [
"@semantic-release/gitlab"
],
"assets": [ "assets": [
{ "path": "Web/dist/Web/browser/*", "label": "bundle" }, { "path": "Web/dist/Web/browser/*", "label": "bundle" },
{ "url": "https://gitlab.lesko.me/marek/centrum/-/blob/main/README.md", "label": "README.md" } { "url": "https://gitlab.lesko.me/marek/centrum/-/blob/main/README.md", "label": "README.md" }