parse-commit-message icon indicating copy to clipboard operation
parse-commit-message copied to clipboard

Compatibility with node 12.13.0

Open adelkahomolova opened this issue 5 years ago • 1 comments

I can't use parse-commit-message library because our project DX Scanner (which scans your repo to recommend you the best practices) uses a newer node.

image

adelkahomolova avatar Nov 28 '19 12:11 adelkahomolova

Thanks for the PR, but its latest/next releases are not published from here. Latest release on the next dist-tag 4.0.0-canary.20 is published recently from my local machine and local changes to support the new "bang" syntax for breaking changes (feat(foo)!: bar baz).

For now you can use --ignore-engines or ignore-engines = true in npmrc, sorry. I hope v4 get release to the latest dist-tag soon.

The source will be available from https://tunnckocore.com/opensource repository.

tunnckoCore avatar Nov 28 '19 16:11 tunnckoCore