Skip to content

mateosantosdev/chancli-changelog-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chancli Changelog Generator

Latest npm version

Description

Generate automatic CHANGELOG.md with the conventional standard commits added since the last release.

For more info about visit conventional commits website.

Installation

npm install -g chancli-changelog-generator

Configuration

Create a CHANGELOG.md file inside your project with this format:

# Your desired title

<!-- append_here -->

Notes:

  • You can change Your desired title for whatever you want.
  • The <!-- append_here --> is VERY IMPORTANT, the library would use this string as the placeholder position.

You project need to have at least to git tags created for comparing them.

Run

Execute in your project root:

chancli-changelog-generator