1.1.0 • Published 8 years ago

changelog-cli v1.1.0

Weekly downloads
1
License
MIT
Repository
-
Last release
8 years ago

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

NameBeforeAfter
major1.0.02.0.0
minor1.0.01.1.0
patch1.0.01.0.1
premajor1.0.02.0.0-0
preminor1.0.01.1.0-0
prepatch1.0.01.0.1-0
prerelease1.0.01.0.1-0

Check Version

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

$ changelog check
1.1.0

8 years ago

1.0.0

8 years ago