Skip to content

How can I ignore the commit that has been reverted? #829

Open
@andykao1213

Description

@andykao1213

Let's say I have a feature commit:

feat: new feature

For some reason, we decided not to use this feature. So I revert it using get revert, which creates the following commit:

Revert "feat: new feature"

This commit revert...

Then I trigger standard-version, and the feature commits still exist. Is there any way I can ignore the commit?

Lastly, thanks for your hard work on this project. standard-version helps me greatly in my daily work.

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