Closed rkotze closed 6 months ago
When creating the global git-coauthor file provide the global path internally instead of using the pathToCoAuthors fn.
npm run build
npm run checks
Please check the type of change your PR introduces:
If a local .git-coauthor file is fine it will write the changes their instead of globally.
Issue URL:
Creating a global .git-coauthor file will only check and create a global file.
Description
When creating the global git-coauthor file provide the global path internally instead of using the pathToCoAuthors fn.
Pull request checklist
npm run build
) was run locally and any changes were pushednpm run checks
) has passed locally and any fixes were made for failuresPull request type
Please check the type of change your PR introduces:
What is the current behaviour?
If a local .git-coauthor file is fine it will write the changes their instead of globally.
Issue URL:
What is the new behaviour?
Creating a global .git-coauthor file will only check and create a global file.
Does this introduce a breaking change?