Added release pipeline

This commit is contained in:
Marek Lesko
2025-07-14 18:49:06 +00:00
parent 3c93b53819
commit e2ba6c52e3
2 changed files with 34 additions and 2 deletions

20
.releaserc.json Normal file
View File

@@ -0,0 +1,20 @@
{
"branches": ["main"],
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
[
"@semantic-release/gitlab",
{
"gitlabUrl": "https://gitlab.lesko.me",
"verifyConditions": [
"@semantic-release/gitlab"
],
"assets": [
{ "path": "dist.zip", "label": "bundle" },
{ "url": "https://gitlab.lesko.me/marek/centrum/-/blob/main/README.md", "label": "README.md" }
]
}
]
]
}