fix: ADDED srelease config
This commit is contained in:
8
.releaserc.json
Normal file
8
.releaserc.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"branches": ["main"],
|
||||
"plugins": [
|
||||
"@semantic-release/commit-analyzer",
|
||||
"@semantic-release/release-notes-generator",
|
||||
"@semantic-release/gitlab"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user