@serviceware/changegen
v1.0.0
Published
A changelog manager to avoid merge conflicts.
Downloads
1
Readme
changegen
CHANGELOG merger.
Usage
Create a template.md file where the logs are going to be. Check the example project in the source.
npx changegen init
or yarn calogen init
npx changegen a
to add a new log.
npx changegen g
to generate the changelog.
npx changegen p -v 1.2.3
to publish a new version and generate the changelog.