Integrate the git mob core solo function into the cli.
Question
Context: Currently, in the Git config file the key is not stored but this would make it easier to build the Author object. Might be a little more performant as you don't need to read the global co-author file and filter to out unselected authors.
Q. Should this be done now?
A. Does not impact this integration so can be done in more relevant PR e.g. when selecting co-author
Pull request checklist
[x] Tests for the changes have been added (for bug fixes / features)
[ ] Docs have been reviewed and added / updated if needed (for bug fixes / features)
[x] Build (npm run build) was run locally and any changes were pushed
[x] I kept my pull requests small so it can be reviewed more easier
Pull request type
Please check the type of change your PR introduces:
[x] Refactoring (no functional changes, no api changes)
[x] Update JS to TS
Does this introduce a breaking change?
[ ] Yes
[x] No
More information
Important that we update the global template as well when the local template is used.
Integrate the git mob core solo function into the cli.
Question
Context: Currently, in the Git config file the key is not stored but this would make it easier to build the Author object. Might be a little more performant as you don't need to read the global co-author file and filter to out unselected authors.
Q. Should this be done now? A. Does not impact this integration so can be done in more relevant PR e.g. when selecting co-author
Pull request checklist
npm run build
) was run locally and any changes were pushedPull request type
Please check the type of change your PR introduces:
Does this introduce a breaking change?
More information
Important that we update the global template as well when the local template is used.