log-change-cli

1.1.0 • Public • Published

Log-Change

log-change is a JavaScript cli application for those that want to manually control the Changelogs and release notes of their application, while simultaneously not wanting to deal with the headache of tracking multiple changes across various branches and merges. log-change solves this by keeping your individual changes with your repsective branch via tracking code changes via change files that you can merge without worry upon release.

Install

Install log-change via npm to use as a cli tool

npm i -g log-change-cli

Initialize Changelog

log-change init

Create new Change

log-change new change -i  12 -m "a comment to describe the change" "a second comment"

Update Changelog with new Release

log-change release -v x.y.z
log-change release -v x.y.z -d 2024-01-01 -m "notes for the release"

Package Sidebar

Install

npm i log-change-cli

Weekly Downloads

2

Version

1.1.0

License

MIT

Unpacked Size

18.3 kB

Total Files

11

Last publish

Collaborators

  • diltdicker