Skip to content

Handle commits of type "revert" #84

Closed
@f0rr0

Description

@f0rr0

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?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions