commitgit-commitconventional-commits

Semantic commit type when remove something


What semantic commit type is better to use, when I remove a feature: feat, refactor or something else?


Solution

  • you should use refactor,

    you can refer to angular/CONTRIBUTING Commit Message Guidelines