Added release pipeline
This commit is contained in:
20
.releaserc.json
Normal file
20
.releaserc.json
Normal 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" }
|
||||
]
|
||||
}
|
||||
]
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user