eslint / eslint-release

The ESLint release tool
Other
24 stars 11 forks source link

Commit reverts can cause wrong release type #11

Closed platinumazure closed 8 years ago

platinumazure commented 8 years ago

With ESLint, we tried to release 2.6.2 but it became a minor release (2.7.0) because there was an Update commit in the release. However, that commit was ultimately reverted. Because eslint-release doesn't match up revert commits and remove their messages from release type consideration, it can result in a more significant release.

I imagine this will be very hard to actually solve, but I wanted to create the issue in case anyone wanted to take a crack at it.

platinumazure commented 8 years ago

Oops, duplicate of #10. Sorry.