Closed aladdin-add closed 6 years ago
I think those instructions are for using eslint-release in other repositories (e.g., adding it as a release manager for eslint-scope or similar). Is that what you're trying to do?
yes, it's exactly my case. I guess the reason why we didn't encounter is we are using its Node.js API (makefile)
Could you please explain exactly what you're trying to do?
eslint-release works fine in all the other repositories in the ESLint organization, as far as I'm aware.
I'm using it in a non-eslint repo, but it follows eslint commit message format.
following the steps in readme:
got
could not remove directory (code ENOTEMPTY): node_modules/.bin
. seems it's trying to remove itself. 😂