award28 / changelogger

Automated management for your CHANGELOG.md and other versioned files, following the principles of Keep a Changelog and Semantic Versioning.
3 stars 0 forks source link

Add pre-commit command to generate versioned files #85

Open award28 opened 1 year ago

award28 commented 1 year ago

Background

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.

Scope of Work

Acceptance Criteria