Skip to content

romellogoodman/changelog-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Changelog Cli

A command-line tool for writing changelogs (changelog.md) and incrementing versions in package.json

This module uses the module semver to follow the idea semver.

$ npm i chagelog-cli -g

$ changelog minor

Usage

Incrementing Options

Name Before After
major 1.0.0 2.0.0
minor 1.0.0 1.1.0
patch 1.0.0 1.0.1
premajor 1.0.0 2.0.0-0
preminor 1.0.0 1.1.0-0
prepatch 1.0.0 1.0.1-0
prerelease 1.0.0 1.0.1-0

Check Version

To check the current version of the module/project you are in.

$ changelog check

About

A cli tool for changeloging and versioning.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published