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
you should use refactor,
you can refer to angular/CONTRIBUTING Commit Message Guidelines