fix: .releaserc.json

This commit is contained in:
Marek Lesko
2025-07-14 17:34:50 +00:00
parent 2c2da49b2c
commit 6724d402ae

View File

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