fix: .releaserc.json
This commit is contained in:
@@ -1,13 +1,17 @@
|
|||||||
{
|
{
|
||||||
"branches": ["main"],
|
"branches": ["main"],
|
||||||
"plugins": [
|
"plugins": [
|
||||||
"@semantic-release/commit-analyzer",
|
"@semantic-release/commit-analyzer",
|
||||||
"@semantic-release/release-notes-generator",
|
"@semantic-release/release-notes-generator",
|
||||||
[
|
[
|
||||||
"@semantic-release/gitlab",
|
"@semantic-release/gitlab",
|
||||||
{
|
{
|
||||||
"gitlabUrl": "https://gitlab.lesko.me",
|
"gitlabUrl": "https://gitlab.lesko.me",
|
||||||
}
|
"assets": [
|
||||||
|
{ "path": "Web/dist/Web/browser/*", "label": "bundle" },
|
||||||
|
{ "url": "https://gitlab.lesko.me/marek/centrum/-/blob/main/README.md", "label": "README.md" }
|
||||||
]
|
]
|
||||||
|
}
|
||||||
]
|
]
|
||||||
|
]
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user