1.1.6 • Published 1 year ago

chancli-changelog-generator v1.1.6

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

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

1.1.6

1 year ago

1.1.5

1 year ago

1.1.4

1 year ago

1.1.3

1 year ago

1.1.2

1 year ago

1.1.1

1 year ago