Evan Carroll
Evan Carroll
There is a routine called [`verifyAuth`](https://github.com/semantic-release/semantic-release/blob/master/lib/git.js#L205), there are a few problems with this routine, two 1. It's called multiple to find a method to verify rw repo access. This is...
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":...
Using GitLab 14, on Semantic-Release 17.4.4. I'm still getting this Error 409. It would be great if nothing else to have more information than `--debug` provides, [Raw log (with context)](https://github.com/semantic-release/gitlab/files/6858128/log.txt)...
I am able to show that `as-promise.js` has a silent failure mode where the body of the request that results in an error is not displayed to the user. **This...
I'm getting this error, ```text [12:29:11 PM] [semantic-release] [@semantic-release/gitlab] › ✖ An error occurred while making a request to the GitLab release API: HTTPError: Response code 400 (Bad Request) at...
Previously GitLab lables were just the basename for files uploaded as part of the release. This is problematic because GitLab doesn't allow conflicting labels -- a condition that could be...
Currently a script can not be set to array. Add this to your `package.json`, ```json "scripts": { "foo": [ "echo bar", "echo baz" ] }, ``` Now if you try...
There are two current problems that I see with `npmrc` files, 1. They're very suseptable to mismatch as they follow a format of ```text @scope=${URL} ${URL}/:_authToken=${TOKEN} ``` This means you...
I've observed a case where a developer was pinning everything inside of `Cargo.toml` except their Git Repositories for the mere benefit of having an easy method to update all of...
No definitive idea of when we'll get it, but anything using IO, or file-system reads requires an untrusted mode. We will dupe all tickets onto this issue, and place this...