eslint / eslint-release

The ESLint release tool

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Handle "revert" commits in blogposts

ilyavolodin opened this issue · comments

Currently, we remove "Revert" commits from the blog posts, this unit tests seems to indicated that's a correct behavior:

"* 1234abc Revert \"New: From a previous release (fixes #1234)\" (Foo Bar)",

If revert happens a different release then original commit, we should probably show it in blog post.

we should probably show it in blog post

While excluding it from version calculation, yes?

I think so. I don't think we should ever include "revert" into version calculation.