When using conventional commits, its common to use the type as a branch prefix followed by a slash: ``` feature(pick): support conventional commits ``` should become: ``` feature/pick-support-conventional-commits ```
When using conventional commits, its common to use the type as a branch prefix followed by a slash:
should become: