Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 482 Bytes

File metadata and controls

15 lines (9 loc) · 482 Bytes

heeler

heeler is a changelog management library that asks the developer to specify whether a commit is breaking, feature, or patch, during a pre-commit hook.

Installation

pnpm i --save-dev heeler

Usage

Contributors to a project should run pnpm exec heeler add to create a changelog file for their contributions.

When publishing, run the pnpm exec heeler prep command beforehand to update the CHANGELOG.md to have the correct version number and messages.