fix: .releaserc.json

This commit is contained in:
Marek Lesko
2025-07-14 17:29:21 +00:00
parent ec22a93dd6
commit 2c2da49b2c

View File

@@ -3,6 +3,11 @@
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
"@semantic-release/gitlab"
[
"@semantic-release/gitlab",
{
"gitlabUrl": "https://gitlab.lesko.me",
}
]
]
}
}