Open
Description
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.