We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fcaf8cc + 0af6cd9 commit d82152eCopy full SHA for d82152e
README.md
@@ -37,7 +37,7 @@ The plugin can be configured in the [**semantic-release** configuration file](ht
37
{ "path": "dist/asset.min.css", "label": "CSS distribution" },
38
{ "path": "dist/asset.min.js", "label": "JS distribution", "target": "generic_package" },
39
{ "path": "dist/asset.min.js", "label": "v${nextRelease.version}.js" },
40
- { "url": "https://gitlab.com/gitlab-org/gitlab/-/blob/master/README.md" }
+ { "url": "https://gitlab.com/gitlab-org/gitlab/-/blob/master/README.md", "label": "README.md" }
41
]
42
}
43
0 commit comments