This will increase the time that it takes to execute the changelogger pre-commit hook.
The check and fix commands can check if the pre-commit file has a changelogger section, and if it does, it has all versioned files. The fix command will update the pre-commit hook if it does not.
Background
This will increase the time that it takes to execute the changelogger pre-commit hook.
The
check
andfix
commands can check if thepre-commit
file has a changelogger section, and if it does, it has all versioned files. Thefix
command will update the pre-commit hook if it does not.Scope of Work
Acceptance Criteria