Closed
Description
Given commits: A -> B -> C -> D -> HEAD
I did:
$ git revert --no-commit D
$ git revert --no-commit C
$ git revert --no-commit B
$ git commit -m "revert(something): restore some other thing"
semantic-release skipped a new release for this commit.
Is this expected behaviour? What is the correct way to revert commits and make a new release?