lob/generate-changelog

Handle reverting commits

Opened this issue · 0 comments

GitHub has the functionality to revert a Pull Request. In this case an automatic PR title will be generted. This title has the format of: Revert "the original commit message". It would be cool if "generate-changelog" removes the original commit message from the log if a reverting commit is found afterwards. 😀

Example commit message:

chore(deps): Bump @types/generate-changelog from 1.8.0 to 1.8.1

Reverting commit message:

Revert "chore(deps): Bump @types/generate-changelog from 1.8.0 to 1.8.1"