20 lines
545 B
JSON
20 lines
545 B
JSON
{
|
|
"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": "Web/dist/Web/browser/*", "label": "bundle" },
|
|
{ "url": "https://gitlab.lesko.me/marek/centrum/-/blob/main/README.md", "label": "README.md" }
|
|
]
|
|
}
|
|
]
|
|
]
|
|
} |