Simon

Results 33 comments of Simon

It's basically how `conventional-changelog` determines if a version bump is required or not. It's a direct dependency of `semantic-release/commit-analyzer`: https://github.com/semantic-release/commit-analyzer/blob/master/package.json#L31 And it's used here, for example: https://github.com/conventional-changelog/conventional-changelog/blob/0d7385543cbf14394206c2f739a82d1ccf118586/packages/conventional-changelog-conventionalcommits/index.js#L18

Somehow this only happens if I run it in production mode, locally it works?

Some time ago, I created types for it but I didn't publish them as I don't know if they are sufficient. You might want to use them. https://gist.github.com/ponjimon/0c085f624291d7575dc5666b71768ce4

> @Ponjimon the link gives 404, private gist? No, I just had a different username back then. I updated the link!

I'm using `lazyConnect: true` and I noticed, if the connection is already established and I then close the Redis server, ioredis keeps spamming `unhandled error event` even though I have...

Yep, not working for me either. It's always 0

> I'm also confused by this... putting a `.env` in the workspace root does not appear to be picked up automatically as suggested in the documentation... what a I missing?...

Same issue here using MySQL. No information yet?

Sorry, what input? I cannot reproduce this without knowing what you mean :(

Any workaround for this?