1.1.0 • Published 3 months ago

log-change-cli v1.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 months ago

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"
1.1.0

3 months ago

1.0.4

3 months ago

1.0.3

3 months ago

1.0.2

3 months ago

1.0.1

3 months ago

1.0.0

4 months ago

0.2.0

4 months ago

0.1.0

4 months ago