Nicolás Fantone

Results 157 comments of Nicolás Fantone

> I don't use this project in any of my own builds anymore And what _are_ you using instead?

Three years later and I still can't get this to work. The most basic setup isn't going for me: no databases, no extraneous middleware, no other resources. ```js const express...

> In case you guys haven't looked in the jest issues, it looks like this is occurring because one of the modules you're using is mutating a native node module,...

@TreTuna It's been a while since I posted this, so I cannot truly confirm what you're saying. But judging from my original comments, that wouldn't explain why `yarn run-s clean`...

@ahochsteger +1 on that. `git flow release` automatically tags merge commits and they end up being totally ignored by `conventional-changelog`. This is the root cause of #571.

Would be nice to expose this as a flag in the CLI, as well.

I've tested this branch and, for some reason, enabling `merges` option causes the parser to ignore tags on commits that _are not merges_. Is there any way to have _both_?...

@stevemao @damianopetrungaro Have you actually tested this? I can't make it work by setting this option alone. See #571.

> Removing it would require a semver major. I agree. There are already plans and a roadmap for v3. I don't see this as a big deal if we clearly...