Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Breaking change in minor version #83

Closed
ljharb opened this issue May 7, 2016 · 3 comments · Fixed by #84
Closed

Breaking change in minor version #83

ljharb opened this issue May 7, 2016 · 3 comments · Fixed by #84

Comments

@ljharb
Copy link
Collaborator

ljharb commented May 7, 2016

So, first, 93a68b6 is a breaking change, and should not have been released as a minor version.

Second, it is failing for me when run as a local utility. Using npm run-scripts, eslint-find-rules can be invoked directly, since npm puts it in the PATH - so your method of determining "is global" is flawed.

@ljharb ljharb changed the title Breaking change in patch version Breaking change in minor version May 7, 2016
ljharb added a commit to ljharb/eslint-config that referenced this issue May 7, 2016
@ljharb
Copy link
Collaborator Author

ljharb commented May 7, 2016

ping @sarbbottam @kentcdodds

ljharb added a commit to ljharb/javascript that referenced this issue May 7, 2016
@sarbbottam
Copy link
Owner

@ljharb extremely sorry about it. We use semantic-release, which looks for BREAKING CHANGE in the commit message to release a major version. Making a re-release reverting this change.

sarbbottam added a commit that referenced this issue May 7, 2016
id-global check should not have been part of minor release

fixed #83
sarbbottam added a commit that referenced this issue May 7, 2016
is-global check should not have been part of minor release

fixed #83
sarbbottam added a commit that referenced this issue May 7, 2016
is-global check should not have been part of minor release

fixed #83
@ljharb
Copy link
Collaborator Author

ljharb commented May 7, 2016

Thanks!

ljharb added a commit to ljharb/eslint-config that referenced this issue May 8, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants