Pierre Vanduynslager

Results 120 comments of Pierre Vanduynslager

I'm using `v3.2.6` and it works ok for me. I'm at loss as well...

The challenge is that `npm profile` probably doesn't work with other repo (Artifactory, npm-registry-couchapp). The the check would have to be done only when the repo is `https://registry.npmjs.org/`. I don't...

Yes that's a good idea. But how would you write unit tests?

Ok. Would you like to try a PR? Ultimately, I'd like to have an integration test solution that works like the real registry. But so far I couldn't find what...

I think that would be doable if we would build the CLI with [yeoman](http://yeoman.io/) which is exactly made for this type of tools. It automatically provides all the CLI stuff,...

I'm not familiar with npme authenticating against GitHub, so I can't tell if it would work, but I don't see why not. Regarding reading the npm config in `npmrc`, you...

This seems to be related to a problem with [keytar](https://github.com/atom/node-keytar) that tries to ask for your libsecret password, but your setup seems to not allow to display the password prompt....

To add comments the plugin does the following: - Get all the commits in the current release (that's all the commit on the `master` branch since the last release) -...

A similar problem was fixed in https://github.com/semantic-release/github/releases/tag/v5.0.2. When the problematic case was merged which version of the plugin were you using?

Oh ok sorry. So if I understand correctly, the PR dcos/dcos-ui#3151 was opened against the branch `jg/DCOS-39896-service-region`, then `jg/DCOS-39896-service-region` was merged into `master`. Unfortunately it doesn't seems the GitHub API...