Open ilyavolodin opened 7 years ago
Currently, we remove "Revert" commits from the blog posts, this unit tests seems to indicated that's a correct behavior: https://github.com/eslint/eslint-release/blob/6e4bd2d43c41904f7428e1828a5501eac26dfb49/tests/lib/release-ops.js#L147
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.
Currently, we remove "Revert" commits from the blog posts, this unit tests seems to indicated that's a correct behavior: https://github.com/eslint/eslint-release/blob/6e4bd2d43c41904f7428e1828a5501eac26dfb49/tests/lib/release-ops.js#L147
If revert happens a different release then original commit, we should probably show it in blog post.