Semantic commit type when remove something
you should use refactor, feat: introduces a new feature to the codebase fix: patches a bug in your codebase refactor: A code change that neither fixes a bug nor adds a feature you can refer to angular/CONTRIBUTING Commit Message Guidelines