sindresorhus / meow

🐈 CLI app helper

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Breaking change introduced in version 8.1.1

nimrodolev opened this issue · comments

Hi,

You've just released version 8.1.1 that includes this change which is breaking for any scripts using argument names with hyphens.

Here's the issue that got me here

If this behaviour is inentinal it would be great if you could revert these changes and re-release them with a bumped major so they don't get automatically consumed by anyone using "meow": "^8.0.0"

That change only validates the existing behavior though. So conventional-changelog is using the incorrect config. But fair enough. Reverted the change and published 8.1.2.

Thanks. This was also casing an issue with our CI process. I appreciate the quick resolution.

Thanks for the quick fix, @sindresorhus - CI pipelines all over the world thank you 😄