gitlab
gitlab copied to clipboard
:fox_face: semantic-release plugin to publish a GitLab release
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [parse-url](https://togithub.com/IonicaBizau/parse-url) | [`^7.0.2` -> `^8.0.0`](https://renovatebot.com/diffs/npm/parse-url/7.0.2/8.0.0) | [](https://docs.renovatebot.com/merge-confidence/)...
I think it's a better to make these example uniform, it's really confusing. `semantic-release/gitlab` (this project) ==== ```json { "plugins": [ "@semantic-release/commit-analyzer", "@semantic-release/release-notes-generator", ["@semantic-release/gitlab", { "gitlabUrl": "https://custom.gitlab.com", "assets": [ {"path":...
Get this error: ``` [4:11:51 PM] [semantic-release] [@semantic-release/gitlab] › ℹ Verify GitLab authentication (https://gitlab.com/api/v4) [4:11:51 PM] [semantic-release] › ✖ Failed step "verifyConditions" of plugin "@semantic-release/gitlab" [4:11:51 PM] [semantic-release] › ✖...
If a repository's default branch is not `master` - it would be nice if semantic-release was able to just pick this up without needing configuration. Gitlab provides this info as...
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | |---|---| | got | [`9.6.0` -> `11.8.5`](https://renovatebot.com/diffs/npm/got/9.6.0/11.8.5) | ### GitHub Vulnerability Alerts #### [CVE-2022-33987](https://nvd.nist.gov/vuln/detail/CVE-2022-33987) The got package...
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | |---|---| | glob-parent | [`3.1.0` -> `5.1.2`](https://renovatebot.com/diffs/npm/glob-parent/3.1.0/5.1.2) | ### GitHub Vulnerability Alerts #### [CVE-2020-28469](https://nvd.nist.gov/vuln/detail/CVE-2020-28469) This affects the...
## Current behavior As of version [9.3.0](https://github.com/semantic-release/gitlab/releases/tag/v9.3.0) its possible to add urls to assets for linking to docker registry or other artifact storages. Unfortunately I cant get this feature to...
link name is required for link asset following [documentation](https://docs.gitlab.com/ee/api/releases/#create-a-release) If label property is not provided, try to retrieve the link name from url Close https://github.com/semantic-release/gitlab/issues/393
The [GitLab generic packages repository](https://docs.gitlab.com/ee/user/packages/generic_packages/index.html) is more suited for storing assets related to releases. And unlike the current project uploads API, the [documentation explicitly states that the CI_JOB_TOKEN has access...
@travi @JonasSchubert I'd suggest to tackle this in two steps: 1. Merge this fix to unblock folks asap. 2. Create a follow-up issue to refactor the option validation. IMO it's...