eslint / eslint-release

The ESLint release tool

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Commit reverts can cause wrong release type

platinumazure opened this issue · comments

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.

Oops, duplicate of #10. Sorry.