fix: ADDED srelease config

This commit is contained in:
Marek Lesko
2025-07-14 17:12:15 +00:00
parent 9c8582a338
commit 571c224cec

8
.releaserc.json Normal file
View File

@@ -0,0 +1,8 @@
{
"branches": ["main"],
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
"@semantic-release/gitlab"
]
}